From 7e757753fed18203c029754bd20197586584d328 Mon Sep 17 00:00:00 2001 From: Jib Date: Mon, 1 Dec 2025 12:45:11 -0500 Subject: [PATCH 1/2] Add pull request template for contributor guidance Added a pull request template to guide contributors in providing necessary information. --- .github/pull_request_template.md | 34 ++++++++++++++++++++++++++++++++ 1 file changed, 34 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 00000000..778ceb04 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,34 @@ + + + +[JIRA TICKET](https://jira.mongodb.org/browse/{ISSUE_KEY}) + +## Summary + + + +## Changes in this PR + + + +## Test Plan + + + +## Checklist + + + +### Checklist for Author + +- [ ] 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? + +### 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?) +- [ ] Is all relevant documentation (README or docstring) updated? From 025159d486057d9a7ecf322106df928301de2a17 Mon Sep 17 00:00:00 2001 From: Jib Date: Mon, 8 Dec 2025 09:11:00 -0500 Subject: [PATCH 2/2] Update pull_request_template.md --- .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 778ceb04..f3105f77 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,7 @@ [JIRA TICKET]: Issue Title --> -[JIRA TICKET](https://jira.mongodb.org/browse/{ISSUE_KEY}) +JIRA TICKET ## Summary