From 50ac3b31f6bc6449dcc83d629a07619a6320bc06 Mon Sep 17 00:00:00 2001 From: DevCats Date: Mon, 6 Oct 2025 12:52:58 -0500 Subject: [PATCH] docs: add MAINTAINER.md link to CONTRIBUTING.md and README.md (#453) ## Description Add links to `MAINTAINER.md` in `README.md` and `CONTRIBUTING.md` to help guide internal contributors. ## Type of Change - [ ] New module - [ ] Bug fix - [ ] Feature/enhancement - [X] Documentation - [ ] Other ## Testing & Validation - [ ] Tests pass (`bun test`) - [X] Code formatted (`bun run fmt`) - [ ] Changes tested locally ## Related Issues --- CONTRIBUTING.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97a33d9f..282788ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -495,4 +495,8 @@ When reporting bugs, include: 4. **Breaking changes** without defaults 5. **Not running** formatting (`bun run fmt`) and tests (`terraform test`) before submitting +## For Maintainers + +Guidelines for reviewing PRs, managing releases, and maintaining the registry. [See the maintainer guide for detailed information.](./MAINTAINER.md) + Happy contributing! 🚀 diff --git a/README.md b/README.md index 23746bd6..97f4677e 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,7 @@ Simply include that snippet inside your Coder template, defining any data depend ## Contributing We are always accepting new contributions. [Please see our contributing guide for more information.](./CONTRIBUTING.md) + +## For Maintainers + +Guidelines for maintainers reviewing PRs and managing releases. [See the maintainer guide for more information.](./MAINTAINER.md)