Skip to content

Commit

Permalink
[issue template] Upgrade default label to match currents
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jun 22, 2022
1 parent 15414e0 commit 8694fb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐛 Bug report
description: Report a bug in pylint
labels: [bug, needs triage]
labels: ["Needs triage :inbox_tray:", "Needs reproduction :mag:", "Bug :beetle:"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ✨ Feature request
description: Suggest an idea for pylint
labels: [enhancement, needs triage]
labels: ["enhancement", "Needs triage :inbox_tray:", "Needs decision :lock:"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/QUESTION.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🤔 Support question
description: Questions about pylint that are not covered in the documentation
labels: [question, needs triage, documentation]
labels: ["Needs triage :inbox_tray:", "Question", "Documentation :green_book:"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 8694fb3

Please sign in to comment.