diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d6278ab..c072ece 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 154f7e6..c570e54 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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