Skip to content

Commit 55bcc69

Browse files
committed
add blurb about PR title format and make focus area optional
1 parent a0a547c commit 55bcc69

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<!-- Thanks for contributing! -->
2+
<!-- Please ensure that the title of the PR is in the following form:
3+
[Issue Type]-[Issue Key]: Issue Title
4+
5+
If you are an external contributor and there is no JIRA ticket associated with your change, then use your best judgement
6+
for the PR title. A MongoDB employee will create a JIRA ticket and edit the name and links as appropriate.
7+
-->
28
[Issue Key](https://jira.mongodb.org/browse/%7BISSUE_KEY%7D)
39
## Summary
410
<!-- What conceptually is this PR introducing? If context is already provided from the JIRA ticket, still place it in the
@@ -28,7 +34,7 @@ All code should be tested in some way – so please list what your validation st
2834
- [ ] Have you checked for spelling & grammar errors?
2935
- [ ] Is all relevant documentation (README or docstring) updated?
3036

31-
## Focus Areas for Reviewer
37+
## Focus Areas for Reviewer (optional)
3238
<!-- List any complex portion of code you believe needs additional scrutiny and explain why. -->
3339

3440
<!-- See also: https://docs.google.com/document/d/1Z-z6BDIBJ9G4fn4MBb7Ql5A1NiSY6nsLfEE3KuU_Btw/edit?tab=t.exaie3tsb7gl#heading=h.asd8fqlsyzb6 -->

0 commit comments

Comments
 (0)