Skip to content

Commit 89a4eaa

Browse files
authored
PYTHON-5576: add PR template to mongo-python-driver (#2567)
1 parent 491f5ba commit 89a4eaa

File tree

2 files changed

+38
-23
lines changed

2 files changed

+38
-23
lines changed

.github/pull_request_template.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!-- Thanks for contributing! -->
2+
<!-- Please ensure that the title of the PR is in the following form:
3+
[Issue Type]-[Issue Key]: Issue Title
4+
5+
If you are an external contributor and there is no JIRA ticket associated with your change, then use your best judgement
6+
for the PR title. A MongoDB employee will create a JIRA ticket and edit the name and links as appropriate.
7+
-->
8+
[Issue Key](https://jira.mongodb.org/browse/%7BISSUE_KEY%7D)
9+
## Summary
10+
<!-- What conceptually is this PR introducing? If context is already provided from the JIRA ticket, still place it in the
11+
Pull Request as you should not make the reviewer do digging for a basic summary. -->
12+
13+
## Changes in this PR
14+
<!-- What changes did you make to the code? What new APIs (public or private) were added, removed, or edited to generate
15+
the desired outcome explained in the above summary? -->
16+
17+
## Testing Plan
18+
<!-- How did you test the code? If you added unit tests, you can say that. If you didn’t introduce unit tests, explain why.
19+
All code should be tested in some way – so please list what your validation strategy was. -->
20+
21+
### Screenshots (optional)
22+
<!-- Usually a great supplement to a test plan, especially if this requires local testing. -->
23+
24+
## Checklist
25+
<!-- Do not delete the items provided on this checklist. -->
26+
### Checklist for Author
27+
- [ ] Did you update the changelog (if necessary)?
28+
- [ ] Is the intention of the code captured in relevant tests?
29+
- [ ] If there are new TODOs, has a related JIRA ticket been created?
30+
31+
### Checklist for Reviewer {@primary_reviewer}
32+
- [ ] Does the title of the PR reference a JIRA Ticket?
33+
- [ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
34+
- [ ] Have you checked for spelling & grammar errors?
35+
- [ ] Is all relevant documentation (README or docstring) updated?
36+
37+
## Focus Areas for Reviewer (optional)
38+
<!-- List any complex portion of code you believe needs additional scrutiny and explain why. -->

.github/workflows/pull_request_template.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)