Skip to content

Commit e47460b

Browse files
committed
Auto merge of rust-lang#13550 - Veykril:issue-template, r=lnicola
minor: Update github issue templates
2 parents c06bbfb + ef46168 commit e47460b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/critical_nightly_regression.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Critical Nightly Regression
33
about: You are using nightly rust-analyzer and the latest version is unusable.
44
title: ''
5-
labels: ''
6-
assignees: 'matklad'
5+
labels: 'Broken Window'
6+
assignees: ''
77

88
---
99

@@ -14,4 +14,3 @@ Please try to provide information which will help us to fix the issue faster. Mi
1414
-->
1515

1616
This is a serious regression in nightly and it's important to fix it before the next release.
17-
@matklad, please take a look.

0 commit comments

Comments
 (0)