Skip to content

Commit 2fde260

Browse files
committed
add issue key to top of template and 'test' -> 'testing'
1 parent f9b4215 commit 2fde260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- Thanks for contributing! -->
2+
[Issue Key](https://jira.mongodb.org/browse/%7BISSUE_KEY%7D)
23
## Summary
34
<!-- What conceptually is this PR introducing? If context is already provided from the JIRA ticket, still place it in the
45
Pull Request as you should not make the reviewer do digging for a basic summary. -->
@@ -7,7 +8,7 @@ Pull Request as you should not make the reviewer do digging for a basic summary.
78
<!-- What changes did you make to the code? What new APIs (public or private) were added, removed, or edited to generate
89
the desired outcome explained in the above summary? -->
910

10-
## Test Plan
11+
## Testing Plan
1112
<!-- How did you test the code? If you added unit tests, you can say that. If you didn’t introduce unit tests, explain why.
1213
All code should be tested in some way – so please list what your validation strategy was. -->
1314

0 commit comments

Comments
 (0)