From 527d94bd25d94ecdcf8ebe0f0af5b8376df211e8 Mon Sep 17 00:00:00 2001 From: DevelopmentCats Date: Mon, 6 Oct 2025 09:14:09 -0500 Subject: [PATCH] docs: add MAINTAINER.md link to CONTRIBUTING.md and README.md --- CONTRIBUTING.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97a33d9f7..282788ec7 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 23746bd61..97f4677ea 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)