Skip to content

Commit 50ac3b3

Browse files
docs: add MAINTAINER.md link to CONTRIBUTING.md and README.md (#453)
## Description <!-- Briefly describe what this PR does and why --> 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 <!-- Link related issues or write "None" if not applicable -->
1 parent 056937a commit 50ac3b3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,4 +495,8 @@ When reporting bugs, include:
495495
4. **Breaking changes** without defaults
496496
5. **Not running** formatting (`bun run fmt`) and tests (`terraform test`) before submitting
497497

498+
## For Maintainers
499+
500+
Guidelines for reviewing PRs, managing releases, and maintaining the registry. [See the maintainer guide for detailed information.](./MAINTAINER.md)
501+
498502
Happy contributing! 🚀

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ Simply include that snippet inside your Coder template, defining any data depend
4848
## Contributing
4949

5050
We are always accepting new contributions. [Please see our contributing guide for more information.](./CONTRIBUTING.md)
51+
52+
## For Maintainers
53+
54+
Guidelines for maintainers reviewing PRs and managing releases. [See the maintainer guide for more information.](./MAINTAINER.md)

0 commit comments

Comments
 (0)