|
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 |
24 | 35 |
|
25 | 36 | <!-- RELEASE_HIGHLIGHT_END -->
|
26 | 37 |
|
27 | 38 | ### Double check the following
|
28 | 39 |
|
29 |
| -- [ ] Ran `npm run check:lint` script |
| 40 | +- [ ] Lint is passing (`npm run check:lint`) |
30 | 41 | - [ ] Self-review completed using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines)
|
31 | 42 | - [ ] PR title follows the [correct format](https://www.conventionalcommits.org/en/v1.0.0/): `type(NODE-xxxx)[!]: description`
|
32 | 43 | - Example: `feat(NODE-1234)!: rewriting everything in coffeescript`
|
|
0 commit comments