X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fbug_report.md;h=5675579bc964a6aab3827db3b3c519c731f98143;hb=8e2f57094fff3dd684ef3d1ff743e50befb374c0;hp=1f246ed79b69dfe961255c0855f6ce186f6b5831;hpb=bd7dfac5ebbd8ba3bd63384000759fb4bb49b329;p=rust.git diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1f246ed79b6..5675579bc96 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,26 +1,44 @@ --- -name: Bug report -about: Create a bug report for rust-analyzer. -title: '' -labels: '' -assignees: '' - +name: Bug Report +about: Create a bug report for Rust. +labels: C-bug --- - + +I tried this code: + +```rust + +``` -Before submitting, please make sure that you're not running into one of these known issues: +I expected to see this happen: *explanation* - 1. extension doesn't load in VSCodium: #11080 - 2. on-the-fly diagnostics are mostly unimplemented (`cargo check` diagnostics will be shown when saving a file): #3107 +Instead, this happened: *explanation* -Otherwise please try to provide information which will help us to fix the issue faster. Minimal reproducible examples with few dependencies are especially lovely <3. +### Meta + -**rust-analyzer version**: (eg. output of "rust-analyzer: Show RA Version" command) +`rustc --version --verbose`: +``` + +``` + + +
Backtrace +

-**rustc version**: (eg. output of `rustc -V`) +``` + +``` -**relevant settings**: (eg. client settings, or environment variables like `CARGO`, `RUSTUP_HOME` or `CARGO_HOME`) +

+