From 650c5d7a6f218127dba1c31de376de9cb7b9ea45 Mon Sep 17 00:00:00 2001 From: Jib Date: Mon, 1 Dec 2025 12:47:54 -0500 Subject: [PATCH] PYTHON-5401: Refactor PR template for clarity and conciseness Removed unnecessary comments and streamlined the PR template. --- .github/PULL_REQUEST_TEMPLATE.md | 39 ++++++++++++-------------------- 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d2e18895..f18d3b5b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,38 +1,29 @@ -[Issue Key](https://jira.mongodb.org/browse/{ISSUE_KEY}) + + +If you are an external contributor and there is no JIRA ticket associated with your change, then use your best judgement +for the PR title. A MongoDB employee will create a JIRA ticket and edit the name and links as appropriate. +--> +[JIRA TICKET](https://jira.mongodb.org/browse/%7BJIRA_TICKET%7D) ## Changes in this PR - - + ## 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? - -### Checklist for Reviewer {@primary_reviewer} +- [ ] Is there test coverage? +- [ ] Is any followup work tracked in a JIRA ticket? If so, add link(s). +### 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) - -