diff options
author | Aleksey Kladov <[email protected]> | 2021-04-22 09:15:20 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2021-04-22 09:15:20 +0100 |
commit | 27073f4fc3e967339eb08b9c2b0899639dd6e618 (patch) | |
tree | 8f77c354e3f9a6e02062cbd75ac5ba5684839469 /.github/ISSUE_TEMPLATE | |
parent | 7ae0bc1bd40286200f5e5b7a4d3b086312055ed5 (diff) |
feat: make sure nightly regressions don't break users
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/critical_nightly_regression.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/critical_nightly_regression.md b/.github/ISSUE_TEMPLATE/critical_nightly_regression.md new file mode 100644 index 000000000..a0b1627d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/critical_nightly_regression.md | |||
@@ -0,0 +1,17 @@ | |||
1 | --- | ||
2 | name: Critical Nightly Regression | ||
3 | about: You are using nightly rust-analyzer and the latest version is unusable. | ||
4 | title: '' | ||
5 | labels: '' | ||
6 | assignees: 'matklad' | ||
7 | |||
8 | --- | ||
9 | |||
10 | <!-- | ||
11 | Troubleshooting guide: https://rust-analyzer.github.io/manual.html#troubleshooting | ||
12 | |||
13 | Please try to provide information which will help us to fix the issue faster. Minimal reproducible examples with few dependencies are especially lovely <3. | ||
14 | --> | ||
15 | |||
16 | This is a serious regression in nightly and it's important to fix it before the next release. | ||
17 | @matklad, please take a look. | ||