docs: add CodeRabbit review expectations to PR template and contributing guide

This commit is contained in:
Giancarlo Erra
2026-04-13 22:55:03 +01:00
parent 68f4b36794
commit afd2da2771
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@
- [ ] My code follows the existing code style and conventions
- [ ] I have added/updated JSDoc comments where appropriate
- [ ] I have updated documentation (README.md / DEVELOPER.md) if needed
- [ ] I have addressed all [CodeRabbit](https://coderabbit.ai) review comments (or marked as resolved with explanation)
- [ ] I have read the [Contributing Guide](../CONTRIBUTING.md)
- [ ] I agree to the [Contributor License Agreement](../CLA.md)
+1
View File
@@ -122,6 +122,7 @@ See [DEVELOPER.md](DEVELOPER.md) for the full architecture overview.
## Review Process
- All PRs are reviewed by a maintainer
- [CodeRabbit](https://coderabbit.ai) automatically reviews every PR — address or resolve all comments before requesting human review
- CI must pass (tests + type checking)
- One approval required to merge
- Maintainers may request changes or suggest alternatives