File tree Expand file tree Collapse file tree 1 file changed +32
-3
lines changed Expand file tree Collapse file tree 1 file changed +32
-3
lines changed Original file line number Diff line number Diff line change 1- ## Description
1+ ### Description
22
3- ** What changed? **
3+ #### What is changing?
44
5- ** Are there any files to ignore?**
5+ #### Why does this need changes? Bug? or Feature?
6+
7+ ##### 🙁 Actual behavior
8+
9+ <!-- What happened, and why it was wrong -->
10+
11+ ##### 🙂 Expected behavior
12+
13+ <!-- What you expected to happen instead, and why -->
14+
15+ <!--
16+ Contributors!
17+ First of all, thank you so much!!
18+ 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.
19+ You can do that here: https://jira.mongodb.org/projects/NODE
20+ -->
21+
22+ <!--
23+ Maintainers! Please reference the Reviewer Guidelines items to check before submitting a PR
24+ https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines
25+ -->
26+
27+ ### Double check the following
28+
29+ - [ ] Does the PR title follow the correct format? e.g: ` <type>(NODE-xxxx)<!>: <description> `
30+ - [ ] Are the changes sufficiently covered by new or existing tests?
31+ - [ ] If there are new TODOs, has a related JIRA ticket been created?
32+ - [ ] Are symbols correctly marked as internal or public?
33+ - [ ] Do the Typescript types correspond to expected runtime usage?
34+ - [ ] Do the changes need updated documentation?
You can’t perform that action at this time.
0 commit comments