Skip to content

Commit 0769f32

Browse files
authored
fix checklist items
1 parent 18573be commit 0769f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ All contributions must be written and understood by human contributors.
2222

2323
### Checklist for Author
2424

25-
- [ ] Does the title of the PR reference a JIRA Ticket?
26-
- [ ] Do you fully understand the implementation? (Would you be comfortable explaining how this code works to someone else?)
27-
- [ ] Is all relevant documentation (README or docstring) updated?
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?
2828
- [ ] Has a MongoDB Employee run [the patch build of this PR](https://github.com/mongodb-labs/ai-ml-pipeline-testing?tab=readme-ov-file#running-a-patch-build-of-a-given-pr)?
2929

3030
### Checklist for Reviewer

0 commit comments

Comments
 (0)