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)