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
<!-- 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
+
### Double check the following
23
+
24
+
-[ ] Completed self-review using the [steps outlined here](https://github.com/mongodb/node-mongodb-native/blob/HEAD/CONTRIBUTING.md#reviewer-guidelines)?
25
+
-[ ] Does the PR title follow the correct format? e.g: `<type>(NODE-xxxx)<!>: <description>`
26
+
-[ ] Are the changes sufficiently covered by new or existing tests?
27
+
-[ ] If there are new TODOs, has a related JIRA ticket been created?
28
+
-[ ] Are symbols correctly marked as internal or public?
29
+
-[ ] Do the Typescript types correspond to expected runtime usage?
0 commit comments