diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 640c1bfe39..e7a9f168c5 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,6 +1,6 @@ name: 🐛 Bug report description: Report a bug in pylint -labels: [bug, needs triage] +labels: ["Needs triage :inbox_tray:"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index ea04db0959..a2b9b52e04 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -1,6 +1,6 @@ name: ✨ Feature request description: Suggest an idea for pylint -labels: [enhancement, needs triage] +labels: ["Needs triage :inbox_tray:"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index 235c61edc6..4af829fa38 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -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: