Skip to content

Commit 0ce5ecc

Browse files
committed
Auto merge of rust-lang#6738 - xFrednet:0000-update-labels-in-template-files, r=flip1995
Update labels in template files It seems like we forgot to update the GitHub templates when we decided to update the label names. This PR just adjusts the templates to use the new label names :) Context: [Zulip discussion about renaming the labels](https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Label.20cleanup/near/224083870) --- changelog: none
2 parents 047f3e1 + 8c5d301 commit 0ce5ecc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug Report
33
about: Create a bug report for Clippy
4-
labels: L-bug
4+
labels: C-bug
55
---
66
<!--
77
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,

.github/ISSUE_TEMPLATE/false_negative.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug Report (False Negative)
33
about: Create a bug report about missing warnings from a lint
4-
labels: L-bug, L-false-negative
4+
labels: C-bug, I-false-negative
55
---
66
<!--
77
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,

.github/ISSUE_TEMPLATE/false_positive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug Report (False Positive)
33
about: Create a bug report about a wrongly emitted lint warning
4-
labels: L-bug, L-false-positive
4+
labels: C-bug, I-false-positive
55
---
66
<!--
77
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,

.github/ISSUE_TEMPLATE/ice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Internal Compiler Error
33
about: Create a report for an internal compiler error in Clippy.
4-
labels: L-bug, L-crash
4+
labels: C-bug, I-ICE
55
---
66
<!--
77
Thank you for finding an Internal Compiler Error! 🧊 If possible, try to provide

.github/ISSUE_TEMPLATE/new_lint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: New lint suggestion
33
about: Suggest a new Clippy lint.
4-
labels: L-lint
4+
labels: A-lint
55
---
66

77
### What it does

0 commit comments

Comments
 (0)