Skip to content

Commit ae4e4e7

Browse files
Update pull_request_template.md
1 parent ab1da3d commit ae4e4e7

File tree

1 file changed

+29
-10
lines changed

1 file changed

+29
-10
lines changed

.github/pull_request_template.md

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,43 @@
11
### Description
22

3-
#### What is changing?
3+
#### Summary of Changes
44

5-
##### Is there new documentation needed for these changes?
5+
<!-- Please describe the changes in this PR in a high-level overview. -->
66

7-
#### What is the motivation for this change?
7+
##### Notes for Reviewers
8+
9+
<!--
10+
If there is any additional context on the changes in the PR that reviewers might find helpful, feel free to make notes in this section.
811
9-
<!-- If this is a bug, it helps to describe the current behavior and a clear outline of the expected behavior -->
10-
<!-- If this is a feature, it helps to describe the new use case enabled by this change -->
12+
Otherwise, feel free to remove this section.
13+
-->
14+
15+
#### What is the motivation for this change?
1116

1217
<!--
13-
Contributors!
14-
First of all, thank you so much!!
15-
If you haven't already, it would greatly help the team review this work in a timely manner if you create a JIRA ticket to track this PR.
16-
You can do that here: https://jira.mongodb.org/projects/NODE
18+
Remove this section if there is an associated Jira ticket explaining the motiviation for this change. If there is not, please fill this section out with
19+
information explaining why this change is valuable.
1720
-->
1821

22+
### Release Highlight
23+
24+
<!--
25+
Contributors: please leave the release notes section for the Node driver team to fill in. The following instructions are for maintainers.
26+
27+
For user facing changes: please provide release notes. Feel free to browse previous releases for example release highlights.
28+
29+
If there are no user-facing changes in this PR, please delete the release highlight section from the PR description.
30+
-->
31+
32+
<!-- RELEASE_HIGHLIGHT_START -->
33+
34+
### Release notes highlight
35+
36+
<!-- RELEASE_HIGHLIGHT_END -->
37+
1938
### Double check the following
2039

21-
- [ ] Ran `npm run format:js && npm run format:rs` script
40+
- [ ] Lint is passing (`npm run check:lint`)
2241
- [ ] Self-review completed using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines)
2342
- [ ] PR title follows the [correct format](https://www.conventionalcommits.org/en/v1.0.0/): `type(NODE-xxxx)[!]: description`
2443
- Example: `feat(NODE-1234)!: rewriting everything in coffeescript`

0 commit comments

Comments
 (0)