mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
update bug report issue template
This commit is contained in:
parent
543d7e98db
commit
f610e7c22a
1 changed files with 6 additions and 0 deletions
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
6
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -23,3 +23,9 @@ Otherwise please try to provide information which will help us to fix the issue
|
|||
**rustc version**: (eg. output of `rustc -V`)
|
||||
|
||||
**relevant settings**: (eg. client settings, or environment variables like `CARGO`, `RUSTC`, `RUSTUP_HOME` or `CARGO_HOME`)
|
||||
|
||||
**code snippet to reproduce**:
|
||||
```rust
|
||||
// add your code here
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue