From 17f0b3683e05402a02a271388cb4842241d0b20d Mon Sep 17 00:00:00 2001 From: dhirajudhani Date: Tue, 19 Nov 2024 08:34:52 +0530 Subject: [PATCH] Updated pr template with checklist --- .github/pull_request_template.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9e3081d0ee..35a507eeaa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -23,6 +23,12 @@ Thanks for submitting a pull request! Please provide enough information so that Fixes # +**Code Quality Checklist:** + +- [ ] I have implemented all relevant CodeRabbit AI suggestions +- [ ] I have written tests for the changes made in this PR +- [ ] The test coverage meets or exceeds the current coverage threshold (~90-95%) + **Did you add tests for your changes?** @@ -50,4 +56,4 @@ Fixes # **Have you read the [contributing guide](https://github.com/PalisadoesFoundation/talawa-admin/blob/master/CONTRIBUTING.md)?** - + \ No newline at end of file