From 8c5d301e1bc6c1ddfc89f3ee31da6c73ad9bb4ad Mon Sep 17 00:00:00 2001 From: xFrednet Date: Sat, 13 Feb 2021 16:45:34 +0100 Subject: [PATCH] Updated labels in template files For context: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Label.20cleanup/near/224083870 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/false_negative.md | 2 +- .github/ISSUE_TEMPLATE/false_positive.md | 2 +- .github/ISSUE_TEMPLATE/ice.md | 2 +- .github/ISSUE_TEMPLATE/new_lint.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d8f0c44148c..2bc87db123d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Create a bug report for Clippy -labels: L-bug +labels: C-bug ---