Updated labels in template files

For context: https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Label.20cleanup/near/224083870
This commit is contained in:
xFrednet 2021-02-13 16:45:34 +01:00
parent 047f3e16bf
commit 8c5d301e1b
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
--- ---
name: Bug Report name: Bug Report
about: Create a bug report for Clippy about: Create a bug report for Clippy
labels: L-bug labels: C-bug
--- ---
<!-- <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,

View file

@ -1,7 +1,7 @@
--- ---
name: Bug Report (False Negative) name: Bug Report (False Negative)
about: Create a bug report about missing warnings from a lint about: Create a bug report about missing warnings from a lint
labels: L-bug, L-false-negative labels: C-bug, I-false-negative
--- ---
<!-- <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,

View file

@ -1,7 +1,7 @@
--- ---
name: Bug Report (False Positive) name: Bug Report (False Positive)
about: Create a bug report about a wrongly emitted lint warning about: Create a bug report about a wrongly emitted lint warning
labels: L-bug, L-false-positive labels: C-bug, I-false-positive
--- ---
<!-- <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,

View file

@ -1,7 +1,7 @@
--- ---
name: Internal Compiler Error name: Internal Compiler Error
about: Create a report for an internal compiler error in Clippy. about: Create a report for an internal compiler error in Clippy.
labels: L-bug, L-crash labels: C-bug, I-ICE
--- ---
<!-- <!--
Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide

View file

@ -1,7 +1,7 @@
--- ---
name: New lint suggestion name: New lint suggestion
about: Suggest a new Clippy lint. about: Suggest a new Clippy lint.
labels: L-lint labels: A-lint
--- ---
### What it does ### What it does