Skip to content

Commit c53c0ab

Browse files
authored
PYTHON-5583: Add Pull Request template (#8)
1 parent 6bb4c49 commit c53c0ab

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
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+
[Issue Key](https://jira.mongodb.org/browse/%7BISSUE_KEY%7D)
2+
3+
## Summary
4+
5+
<!-- What is this PR introducing? If context is already provided from the JIRA ticket, still place it in the Pull Request as you should not make the reviewer do digging for a basic summary. -->
6+
7+
## Changes in this PR
8+
9+
<!-- 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? -->
10+
11+
## Test Plan
12+
13+
<!-- 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. -->
14+
15+
### Screenshots (optional)
16+
17+
<!-- Show any visible "before and after" resulting from this change; Can also be text output -->
18+
19+
## Checklist
20+
21+
<!-- Do not delete the items provided on this checklist -->
22+
23+
### Checklist for Author
24+
25+
- [ ] Did you update the changelog (if necessary)?
26+
- [ ] Is the intention of the code captured in relevant tests?
27+
- [ ] If there are new TODOs, has a related JIRA ticket been created?
28+
29+
### Checklist for Reviewer {@primary_reviewer}
30+
31+
- [ ] Does the title of the PR reference a JIRA Ticket?
32+
- [ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
33+
- [ ] Have you checked for spelling & grammar errors?
34+
- [ ] Is all relevant documentation (README or docstring) updated?
35+
36+
## Focus Areas for Reviewer
37+
38+
<!-- List any complex portion of code you believe needs additional scrutiny and explain why. -->

0 commit comments

Comments
 (0)