diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3ef397a8..540be74c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -[Issue Key](https://jira.mongodb.org/browse/{ISSUE_KEY}) +[JIRA TICKET](https://jira.mongodb.org/browse/{ISSUE_KEY}) ## Summary @@ -12,28 +12,19 @@ -### 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? +- [ ] 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?) +- [ ] Is all relevant documentation (README or docstring) updated? - [ ] Has a MongoDB Employee run [the patch build of this PR](https://github.com/mongodb-labs/ai-ml-pipeline-testing?tab=readme-ov-file#running-a-patch-build-of-a-given-pr)? ### Checklist for Reviewer {@primary_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) - -