Skip to content

Commit f3e6505

Browse files
authored
PYTHON-5401: Revise PR template for improved clarity and checks (#279)
1 parent 8ba7fa6 commit f3e6505

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
[Issue Key](https://jira.mongodb.org/browse/{ISSUE_KEY})
1+
<!--
2+
We do not accept pull requests that are primarily or substantially generated by AI tools (ChatGPT, Copilot, etc.).
3+
All contributions must be written and understood by human contributors.
4+
-->
5+
[JIRA TICKET]
26

37
## Summary
48

@@ -12,10 +16,6 @@
1216

1317
<!-- 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. -->
1418

15-
### Screenshots (optional)
16-
17-
<!-- Usually a great supplement to a test plan, especially if this requires local testing. -->
18-
1919
## Checklist
2020

2121
<!-- Do not delete the items provided on this checklist -->
@@ -27,13 +27,8 @@
2727
- [ ] 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

30-
### Checklist for Reviewer {@primary_reviewer}
30+
### Checklist for Reviewer
3131

3232
- [ ] Does the title of the PR reference a JIRA Ticket?
3333
- [ ] 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?
3534
- [ ] Is all relevant documentation (README or docstring) updated?
36-
37-
## Focus Areas for Reviewer (optional)
38-
39-
<!-- List any complex portion of code you believe needs particular scrutiny and explain why. -->

0 commit comments

Comments
 (0)