From 44baec9e9cc2349e0cffec755066f0460aec0481 Mon Sep 17 00:00:00 2001 From: Jib Date: Thu, 4 Dec 2025 10:49:30 -0500 Subject: [PATCH] PYTHON-5401: Revise pull request template for better structure (#2626) --- .github/pull_request_template.md | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8185a3883..2e1a132c9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,38 +1,33 @@ -[Issue Key](https://jira.mongodb.org/browse/%7BISSUE_KEY%7D) -## Summary - +[JIRA TICKET] ## Changes in this PR -## Testing Plan +## Test Plan -### Screenshots (optional) - - ## Checklist + ### Checklist for Author - [ ] Did you update the changelog (if necessary)? -- [ ] Is the intention of the code captured in relevant tests? -- [ ] If there are new TODOs, has a related JIRA ticket been created? +- [ ] Is there test coverage? +- [ ] Is any followup work tracked in a JIRA ticket? If so, add link(s). -### Checklist for Reviewer {@primary_reviewer} +### Checklist for Reviewer - [ ] Does the title of the PR reference a JIRA Ticket? - [ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?) -- [ ] Have you checked for spelling & grammar errors? - [ ] Is all relevant documentation (README or docstring) updated? - -## Focus Areas for Reviewer (optional) -