From 97b0f0c85928d77777c6e20a8194d7b51bdce0dd Mon Sep 17 00:00:00 2001 From: Jib Date: Wed, 26 Nov 2025 11:20:58 -0500 Subject: [PATCH 1/3] PYTHON-5401: Revise pull request template for better structure Updated the pull request template to improve clarity and consistency in formatting. --- .github/pull_request_template.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8185a38836..f18d3b5b5e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,38 +1,29 @@ -[Issue Key](https://jira.mongodb.org/browse/%7BISSUE_KEY%7D) -## Summary - +[JIRA TICKET](https://jira.mongodb.org/browse/%7BJIRA_TICKET%7D) ## 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) - From fb4b2c2c6579bd4d65a65cdce56f70cbeb0bb8d9 Mon Sep 17 00:00:00 2001 From: Jib Date: Wed, 3 Dec 2025 12:37:52 -0500 Subject: [PATCH 2/3] Removed the link on JIRA TICKET --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f18d3b5b5e..27e149b6c4 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,8 +4,11 @@ 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. + +We do not accept pull requests that are primarily or substantially generated by AI tools (ChatGPT, Copilot, etc.). +All contributions must be written and understood by human contributors. --> -[JIRA TICKET](https://jira.mongodb.org/browse/%7BJIRA_TICKET%7D) +[JIRA TICKET] ## Changes in this PR