From 6bbea788a2adac8af4e85187a847c5e1f95a2efc Mon Sep 17 00:00:00 2001 From: Jib Date: Wed, 22 Oct 2025 12:10:57 -0400 Subject: [PATCH] [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 + +