You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,44 @@
1
1
### Description
2
2
3
-
#### What is changing?
3
+
#### Summary of Changes
4
4
5
-
##### Is there new documentation needed for these changes?
5
+
<!-- Please describe the changes in this PR in a high-level overview. -->
6
6
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.
8
11
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?
11
16
12
17
<!--
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.
17
20
-->
18
21
19
22
### Release Highlight
20
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
+
21
32
<!-- RELEASE_HIGHLIGHT_START -->
22
33
23
-
### Fill in title or leave empty for no highlight
34
+
<!-- ### Release notes highlight ->
35
+
<!-- LEAVE EMPTY: we do not write release highlights for mongodb-client-encryption -->
24
36
25
37
<!-- RELEASE_HIGHLIGHT_END -->
26
38
27
39
### Double check the following
28
40
29
-
-[ ]Ran `npm run check:lint` script
41
+
-[ ]Lint is passing (`npm run check:lint`)
30
42
-[ ] Self-review completed using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines)
31
43
-[ ] PR title follows the [correct format](https://www.conventionalcommits.org/en/v1.0.0/): `type(NODE-xxxx)[!]: description`
32
44
- Example: `feat(NODE-1234)!: rewriting everything in coffeescript`
0 commit comments