File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ <!--
11+ Make sure you have read CONTRIBUTING.md completely before you file a new
12+ issue!
13+ -->
14+
15+ ## Versions/Environment
16+ 1 . What version of Rust are you using?
17+ 2 . What operating system are you using?
18+ 3 . What versions of the driver and its dependencies are you using? (Run
19+ ` cargo pkgid mongodb ` & ` cargo pkgid bson ` )
20+ 4 . What version of MongoDB are you using? (Check with the MongoDB shell using ` db.version() ` )
21+ 5 . What is your MongoDB topology (standalone, replica set, sharded cluster, serverless)?
22+
23+
24+
25+ ## Describe the bug
26+ A clear and concise description of what the bug is.
27+
28+ ** BE SPECIFIC** :
29+ * What is the _ expected_ behavior and what is _ actually_ happening?
30+ * Do you have any particular output that demonstrates this problem?
31+ * Do you have any ideas on _ why_ this may be happening that could give us a
32+ clue in the right direction?
33+ * Did this issue arise out of nowhere, or after an update (of the driver,
34+ server, and/or Rust)?
35+ * Are there multiple ways of triggering this bug (perhaps more than one
36+ function produce a crash)?
37+ * If you know how to reproduce this bug, please include a code snippet here:
38+ ```
39+
40+ ```
41+
42+
43+ ** To Reproduce**
44+ Steps to reproduce the behavior:
45+ 1 . First, do this.
46+ 2 . Then do this.
47+ 3 . After doing that, do this.
48+ 4 . And then, finally, do this.
49+ 5 . Bug occurs.
You can’t perform that action at this time.
0 commit comments