Skip to content

Commit 590029b

Browse files
authored
PYTHON-5579: Add Pull Request Template (mongodb#429)
1 parent 6bf803f commit 590029b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
JIRA TICKET
2+
3+
## Changes in this PR
4+
5+
<!-- What changes did you make to the code? What new APIs (public or private) were added, removed, or edited to generate the desired outcome explained in the above summary? -->
6+
7+
## Test Plan
8+
9+
<!-- How did you test the code? If you added unit tests, you can say that. If you didn’t introduce unit tests, explain why. All code should be tested in some way – so please list what your validation strategy was. -->
10+
11+
## Checklist
12+
13+
<!-- Do not delete the items provided on this checklist -->
14+
15+
### Checklist for Author
16+
17+
- [ ] Did you update the changelog (if necessary)?
18+
- [ ] Is the intention of the code captured in relevant tests?
19+
- [ ] If there are new TODOs, has a related JIRA ticket been created?
20+
21+
### Checklist for Reviewer
22+
23+
- [ ] Does the title of the PR reference a JIRA Ticket?
24+
- [ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
25+
- [ ] Have you checked for spelling & grammar errors?
26+
- [ ] Is all relevant documentation (README or docstring) updated?

0 commit comments

Comments
 (0)