Skip to content

Commit 309e087

Browse files
committed
Auto merge of rust-lang#16627 - Young-Flash:issue_template, r=Veykril
update bug report issue template
2 parents 5346002 + 689fa20 commit 309e087

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,11 @@ 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+
**repository link (if public, optional)**: (eg. [rust-analyzer](https://github.com/rust-lang/rust-analyzer))
28+
29+
**code snippet to reproduce**:
30+
```rust
31+
// add your code here
32+
33+
```

0 commit comments

Comments
 (0)