Skip to content

Commit 481403d

Browse files
authored
SWIFT-729: Update issue templates (#710)
1 parent 09a1408 commit 481403d

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+

0 commit comments

Comments
 (0)