From 78fa28a97333cafef430802d632abc27a35cfef0 Mon Sep 17 00:00:00 2001 From: Jib Date: Thu, 25 Sep 2025 14:00:36 -0400 Subject: [PATCH 1/3] Create pull request template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [PYTHON-5581](https://jira.mongodb.org/browse/PYTHON-5581) ## Summary Adds a Pull Request template to this repository based on our new dbx-python code review policy. ## Changes in this PR * PULL_REQUEST_TEMPLATE.md ## Test Plan Make a PR from this branch to confirm ### Screenshots (optional) ## Checklist ### Checklist for Author - [x] Did you update the changelog (if necessary)? **Not necessary** - [x] Is the intention of the code captured in relevant tests? **Not necessary** - [x] If there are new TODOs, has a related JIRA ticket been created? **Not necessary** ### Checklist for Reviewer [@alcark4life, @shaneharvey] - [ ] 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 For reviewers provide suggestions on what should be changed about the checklist to better cater to this repository. --- .github/PULL_REQUEST_TEMPLATE.md | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d1441a9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,50 @@ +[Issue Key](https://jira.mongodb.org/browse/{ISSUE_KEY}) + + +## Summary + +## 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} + + +- [ ] 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 + + + From 40ccdc3c7f47993b5a55863c67c57d858ff3847c Mon Sep 17 00:00:00 2001 From: Jib Date: Mon, 29 Sep 2025 12:02:40 -0400 Subject: [PATCH 2/3] Reformat template Fixed whitespacing --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d1441a9..e4516e4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,50 +1,38 @@ [Issue Key](https://jira.mongodb.org/browse/{ISSUE_KEY}) - ## Summary + -## Changes in this PR +## 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? +- [ ] 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} -### 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? +- [ ] 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 - From 68438e684d6b05c2770b9e7a2c8e50fdc1e3dfe0 Mon Sep 17 00:00:00 2001 From: jib Date: Mon, 29 Sep 2025 12:11:22 -0400 Subject: [PATCH 3/3] lint fixes --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e4516e4..a9131f2 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}) +[Issue Key](https://jira.mongodb.org/browse/%7BISSUE_KEY%7D) ## Summary