Skip to content

Commit 43c8518

Browse files
chore: update pull request template (#4650)
1 parent 0fa3cd4 commit 43c8518

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

.github/pull_request_template.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +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

1922
### Release Highlight
2023

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+
2132
<!-- RELEASE_HIGHLIGHT_START -->
2233

23-
### Fill in title or leave empty for no highlight
34+
### Release notes highlight
2435

2536
<!-- RELEASE_HIGHLIGHT_END -->
2637

2738
### Double check the following
2839

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

0 commit comments

Comments
 (0)