Auto merge of #13550 - Veykril:issue-template, r=lnicola

minor: Update github issue templates
This commit is contained in:
bors 2022-11-05 13:20:26 +00:00
commit e47460b208
2 changed files with 3 additions and 5 deletions

View File

@ -13,8 +13,7 @@ Forum for questions: https://users.rust-lang.org/c/ide/14
Before submitting, please make sure that you're not running into one of these known issues: Before submitting, please make sure that you're not running into one of these known issues:
1. extension doesn't load in VSCodium: #11080 1. on-the-fly diagnostics are mostly unimplemented (`cargo check` diagnostics will be shown when saving a file): #3107
2. on-the-fly diagnostics are mostly unimplemented (`cargo check` diagnostics will be shown when saving a file): #3107
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. 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.
--> -->

View File

@ -2,8 +2,8 @@
name: Critical Nightly Regression name: Critical Nightly Regression
about: You are using nightly rust-analyzer and the latest version is unusable. about: You are using nightly rust-analyzer and the latest version is unusable.
title: '' title: ''
labels: '' labels: 'Broken Window'
assignees: 'matklad' assignees: ''
--- ---
@ -14,4 +14,3 @@ Please try to provide information which will help us to fix the issue faster. Mi
--> -->
This is a serious regression in nightly and it's important to fix it before the next release. This is a serious regression in nightly and it's important to fix it before the next release.
@matklad, please take a look.