Skip to content

Commit d834d2d

Browse files
committed
update PR template for new etiquette
1 parent 7b2e787 commit d834d2d

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1-
### All Submissions:
1+
# Summary
2+
3+
<!-- Enter your issue summary here.-->
4+
5+
## Proof of Work
6+
7+
<!-- Enter your proof that it works here.-->
8+
9+
## Checklist
10+
- [ ] Have you linked a jira ticket and/or is the ticket in the title?
11+
- [ ] Have you checked whether your jira ticket required DOCSP changes?
12+
- [ ] Have you checked for release_note changes?
13+
- [ ] Have you signed our [CLA](https://www.mongodb.com/legal/contributor-agreement)?
14+
15+
## Reminder (Please remove this when merging)
16+
- Please try to Approve or Reject Changes the PR, keep PRs in review as short as possible
17+
- Our Short Guide for PRs: [Link](https://docs.google.com/document/d/1T93KUtdvONq43vfTfUt8l92uo4e4SEEvFbIEKOxGr44/edit?tab=t.0)
18+
- Remember the following Communication Standards - use comment prefixes for clarity:
19+
* **blocking**: Must be addressed before approval.
20+
* **follow-up**: Can be addressed in a later PR or ticket.
21+
* **q**: Clarifying question.
22+
* **nit**: Non-blocking suggestions.
23+
* **note**: Side-note, non-actionable. Example: Praise
24+
* --> no prefix is considered a question
225

3-
* [ ] Have you signed our [CLA](https://www.mongodb.com/legal/contributor-agreement)?
4-
* [ ] Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if there is one).
5-
* [ ] Update docs/release-notes/release-notes-template.md if your changes should be included in the release notes for the next release.

0 commit comments

Comments
 (0)