From f338cc524157d9d73b76b9680aaaaaaee38a76d5 Mon Sep 17 00:00:00 2001 From: Harsh <131383656+HarshDodiya1@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:05:57 +0530 Subject: [PATCH] Feat: changed pr template to add the checklist. (#2695) --- .github/pull_request_template.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 34541cabbd..5a55474cd7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,11 +4,12 @@ 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`: For unstable code: New features and bug fixes. +- `develop-postgres`: A temporary branch for development on the PostgreSQL. - `master`: Where the stable production ready code lies. Only security related bugs. NOTE!!! -ONLY SUBMIT PRS AGAINST OUR `DEVELOP` BRANCH. THE DEFAULT IS `MAIN`, SO YOU WILL HAVE TO MODIFY THIS BEFORE SUBMITTING YOUR PR FOR REVIEW. PRS MADE AGAINST `MAIN` WILL BE CLOSED. +ONLY SUBMIT PRS AGAINST OUR `DEVELOP-POSTGRES` BRANCH. THE DEFAULT IS `MAIN`, SO YOU WILL HAVE TO MODIFY THIS BEFORE SUBMITTING YOUR PR FOR REVIEW. PRS MADE AGAINST `MAIN` WILL BE CLOSED. --> @@ -24,10 +25,6 @@ Thanks for submitting a pull request! Please provide enough information so that Fixes # -**Did you add tests for your changes?** - - - **Snapshots/Videos:** @@ -45,6 +42,19 @@ Fixes # +## Checklist + +### CodeRabbit AI Review +- [ ] 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 95% +- [ ] I have run the test suite locally and all tests pass + + **Other information**