Skip to content

Commit ffa15a4

Browse files
[issue template] Upgrade default label to match currents (#7004)
Closes #6999
1 parent 15414e0 commit ffa15a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐛 Bug report
22
description: Report a bug in pylint
3-
labels: [bug, needs triage]
3+
labels: ["Needs triage :inbox_tray:"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ✨ Feature request
22
description: Suggest an idea for pylint
3-
labels: [enhancement, needs triage]
3+
labels: ["Needs triage :inbox_tray:"]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/QUESTION.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🤔 Support question
22
description: Questions about pylint that are not covered in the documentation
3-
labels: [question, needs triage, documentation]
3+
labels: ["Needs triage :inbox_tray:", "Question", "Documentation :green_book:"]
44
body:
55
- type: markdown
66
attributes:

0 commit comments

Comments
 (0)