Skip to content

Commit 8c5d301

Browse files
committed
1 parent 047f3e1 commit 8c5d301

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)