mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
update: add editor/extension information to bug report template
This commit is contained in:
parent
e4a405f877
commit
d0d23a250d
1 changed files with 2 additions and 0 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -22,6 +22,8 @@ Otherwise please try to provide information which will help us to fix the issue
|
|||
|
||||
**rustc version**: (eg. output of `rustc -V`)
|
||||
|
||||
**editor or extension**: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
|
||||
|
||||
**relevant settings**: (eg. client settings, or environment variables like `CARGO`, `RUSTC`, `RUSTUP_HOME` or `CARGO_HOME`)
|
||||
|
||||
**repository link (if public, optional)**: (eg. [rust-analyzer](https://github.com/rust-lang/rust-analyzer))
|
||||
|
|
Loading…
Reference in a new issue