diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 09764dc57d5..463baa20541 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,7 @@ This section can be deleted after reading. We employ the following branching strategy to simplify the development process and to ensure that only stable code is pushed to the `master` branch: -- `develop-postgres`: For PostgreSQL-specific features or fixes. +- `develop-postgres`: For unstable code: New features and bug fixes. - `master`: Where the stable production ready code lies. Only security related bugs. NOTE!!! @@ -24,10 +24,6 @@ Thanks for submitting a pull request! Please provide enough information so that Fixes # -**Did you add tests for your changes?** - - - **Snapshots/Videos:** @@ -45,18 +41,19 @@ Fixes # - ## Checklist ### CodeRabbit AI Review -- [ ] I have reviewed and addressed all CodeRabbit AI suggestions -- [ ] I have explained any cases where CodeRabbit AI suggestions were not implemented +- [ ] I have reviewed and addressed all critical issues flagged by CodeRabbit AI +- [ ] I have implemented or provided justification for each non-critical suggestion +- [ ] I have documented my reasoning in the PR comments where CodeRabbit AI suggestions were not implemented ### Test Coverage - [ ] I have written tests for all new changes/features -- [ ] I have verified that test coverage meets or exceeds 90-95% +- [ ] I have verified that test coverage meets or exceeds 95% - [ ] I have run the test suite locally and all tests pass + **Other information**