diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8185a38836..2e1a132c95 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) -