From e9531ff42e8360db14de6c2efe39f498353dbf26 Mon Sep 17 00:00:00 2001 From: Dhiraj Udhani Date: Thu, 21 Nov 2024 01:17:02 +0530 Subject: [PATCH] updated pr template for develop-postgress branch (#2458) --- .github/pull_request_template.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9e3081d0ee..e1cfbfd8ea 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,4 @@ + -**Did you add tests for your changes?** - - - **Snapshots/Videos:** @@ -44,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**