File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 11<!-- Thanks for contributing! -->
2+
23<!-- Please ensure that the title of the PR is in the following form:
34[JIRA TICKET]: Issue Title
45
56If you are an external contributor and there is no JIRA ticket associated with your change, then use your best judgement
67for the PR title. A MongoDB employee will create a JIRA ticket and edit the name and links as appropriate.
78-->
9+
810[ JIRA TICKET] ( https://jira.mongodb.org/browse/%7BJIRA_TICKET%7D )
911
1012## Changes in this PR
13+
1114<!-- What changes did you make to the code? What new APIs (public or private) were added, removed, or edited to generate
1215the desired outcome explained in the above summary? -->
1316
1417## Test Plan
18+
1519<!-- How did you test the code? If you added unit tests, you can say that. If you didn’t introduce unit tests, explain why.
1620All code should be tested in some way – so please list what your validation strategy was. -->
1721
1822## Checklist
23+
1924<!-- Do not delete the items provided on this checklist. -->
2025
2126### Checklist for Author
27+
2228- [ ] Did you update the changelog (if necessary)?
2329- [ ] Is there test coverage?
2430- [ ] Is any followup work tracked in a JIRA ticket? If so, add link(s).
2531
2632### Checklist for Reviewer
33+
2734- [ ] Does the title of the PR reference a JIRA Ticket?
2835- [ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
2936- [ ] Is all relevant documentation (README or docstring) updated?
You can’t perform that action at this time.
0 commit comments