aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-04-22 09:29:01 +0100
committerGitHub <[email protected]>2021-04-22 09:29:01 +0100
commitd1c9bd134df23aadc7d3fea7907269d841db9063 (patch)
treeeb15ae619c8c3fe6d7110171395ec0993dc5657f /.github
parent1f1a1ce4f57076be38d18f0a6defddb9c690bb1c (diff)
parent27073f4fc3e967339eb08b9c2b0899639dd6e618 (diff)
Merge #8621
8621: feat: make sure nightly regressions don't break users r=lnicola a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/critical_nightly_regression.md17
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---
2name: Critical Nightly Regression
3about: You are using nightly rust-analyzer and the latest version is unusable.
4title: ''
5labels: ''
6assignees: 'matklad'
7
8---
9
10<!--
11Troubleshooting guide: https://rust-analyzer.github.io/manual.html#troubleshooting
12
13Please 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
16This is a serious regression in nightly and it's important to fix it before the next release.
17@matklad, please take a look.