Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f610e7c

Browse files
committed
update bug report issue template
1 parent 543d7e9 commit f610e7c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@ Otherwise please try to provide information which will help us to fix the issue
2323
**rustc version**: (eg. output of `rustc -V`)
2424

2525
**relevant settings**: (eg. client settings, or environment variables like `CARGO`, `RUSTC`, `RUSTUP_HOME` or `CARGO_HOME`)
26+
27+
**code snippet to reproduce**:
28+
```rust
29+
// add your code here
30+
31+
```

0 commit comments

Comments
 (0)