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 : bug
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 Swift are you using? (Run ` swift --version ` )
17+ 2 . What operating system are you using? (Run ` uname -a ` )
18+ 3 . What versions of the driver and its dependencies are you using? (Run ` swift package show-dependencies ` )
19+ 4 . What version of MongoDB are you using? (Check with the MongoDB shell using ` db.version() ` )
20+ 5 . What is your MongoDB topology (standalone, replica set, sharded cluster, serverless)?
21+
22+
23+
24+ ## Describe the bug
25+ A clear and concise description of what the bug is.
26+
27+ ** BE SPECIFIC** :
28+ * What is the _ expected_ behavior and what is _ actually_ happening?
29+ * Do you have any particular output that demonstrates this problem?
30+ * Do you have any ideas on _ why_ this may be happening that could give us a
31+ clue in the right direction?
32+ * Did this issue arise out of nowhere, or after an update (of the driver,
33+ server, and/or Swift)?
34+ * Are there multiple ways of triggering this bug (perhaps more than one
35+ function produce a crash)?
36+ * If you know how to reproduce this bug, please include a code snippet here:
37+ ```
38+
39+ ```
40+
41+
42+ ** To Reproduce**
43+ Steps to reproduce the behavior:
44+ 1 . First, do this.
45+ 2 . Then do this.
46+ 3 . After doing that, do this.
47+ 4 . And then, finally, do this.
48+ 5 . Bug occurs.
49+
You can’t perform that action at this time.
0 commit comments