From 27073f4fc3e967339eb08b9c2b0899639dd6e618 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 22 Apr 2021 11:15:20 +0300 Subject: feat: make sure nightly regressions don't break users --- .github/ISSUE_TEMPLATE/critical_nightly_regression.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/critical_nightly_regression.md (limited to '.github') 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 @@ +--- +name: Critical Nightly Regression +about: You are using nightly rust-analyzer and the latest version is unusable. +title: '' +labels: '' +assignees: 'matklad' + +--- + + + +This is a serious regression in nightly and it's important to fix it before the next release. +@matklad, please take a look. -- cgit v1.2.3