Skip to content

Commit 786ff84

Browse files
authored
RUST-1141/Shorten GitHub issue template (#338)
1 parent c10ece3 commit 786ff84

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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: ''
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.

0 commit comments

Comments
 (0)