From 6bbea788a2adac8af4e85187a847c5e1f95a2efc Mon Sep 17 00:00:00 2001 From: Jib Date: Wed, 22 Oct 2025 12:10:57 -0400 Subject: [PATCH 1/5] [Task][PYTHON-5579]: Add PR Template for Django-MongoDB-Backend --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/workflows/PULL_REQUEST_TEMPLATE.md diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..e4516e40e --- /dev/null +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,38 @@ +[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 1d29521cfbab2d3874f9b7fb7a8da668bff16098 Mon Sep 17 00:00:00 2001 From: Jib Date: Fri, 21 Nov 2025 11:34:15 -0500 Subject: [PATCH 2/5] Revise pull request template for clarity and focus Updated the pull request template to clarify checklist items and added optional focus areas for reviewers. --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md index e4516e40e..b51fde159 100644 --- a/.github/workflows/PULL_REQUEST_TEMPLATE.md +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -26,13 +26,13 @@ - [ ] 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 - [ ] 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 +## Focus Areas for Reviewer (Optional) From 2efcc219031d181ffb2a3c0b5006efb20cbb8ba0 Mon Sep 17 00:00:00 2001 From: Jib Date: Fri, 21 Nov 2025 12:18:47 -0500 Subject: [PATCH 3/5] Simplify pull request template by removing optional sections Removed optional sections for screenshots and focus areas for reviewer from the pull request template. --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md index b51fde159..5c5f45780 100644 --- a/.github/workflows/PULL_REQUEST_TEMPLATE.md +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -12,10 +12,6 @@ -### Screenshots (optional) - - - ## Checklist @@ -32,7 +28,3 @@ - [ ] 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 3ec6ca18bf698329402644c60a299359128377b8 Mon Sep 17 00:00:00 2001 From: Jib Date: Mon, 1 Dec 2025 12:42:45 -0500 Subject: [PATCH 4/5] Revise pull request template for JIRA integration Updated the pull request template to reflect JIRA ticket format and removed summary section. --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md index 5c5f45780..3a07cf21a 100644 --- a/.github/workflows/PULL_REQUEST_TEMPLATE.md +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,4 @@ -[Issue Key](https://jira.mongodb.org/browse/{ISSUE_KEY}) - -## Summary - - +[JIRA TICKET](https://jira.mongodb.org/browse/{JIRA_TICKET}) ## Changes in this PR From e46b6cadbd7569649e7e860851dfaa6e9512ed1d Mon Sep 17 00:00:00 2001 From: Jib Date: Tue, 2 Dec 2025 13:45:07 -0500 Subject: [PATCH 5/5] Remove hyperlink --- .github/workflows/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md index 3a07cf21a..2582d1711 100644 --- a/.github/workflows/PULL_REQUEST_TEMPLATE.md +++ b/.github/workflows/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ -[JIRA TICKET](https://jira.mongodb.org/browse/{JIRA_TICKET}) +JIRA TICKET ## Changes in this PR