From 8694fb35f1519b7441944f2fb7f3976d939bda0a Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 22 Jun 2022 20:34:07 +0200 Subject: [PATCH 1/3] [issue template] Upgrade default label to match currents Closes #6999 --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 2 +- .github/ISSUE_TEMPLATE/QUESTION.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 640c1bfe39..d819e73e28 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:", "Needs reproduction :mag:", "Bug :beetle:"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index ea04db0959..49e57a2cb9 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: ["enhancement", "Needs triage :inbox_tray:", "Needs decision :lock:"] 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: From 54c07ff8ce705f345bc1e7f02bc3ef36dad50bdd Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 22 Jun 2022 22:08:44 +0200 Subject: [PATCH 2/3] Apply suggestions from code review --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index d819e73e28..c8f8e089f5 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: ["Needs triage :inbox_tray:", "Needs reproduction :mag:", "Bug :beetle:"] +labels: ["Needs triage :inbox_tray:", "Bug :beetle:"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index 49e57a2cb9..f0d4ae46b8 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 :inbox_tray:", "Needs decision :lock:"] +labels: ["enhancement", "Needs triage :inbox_tray:"] body: - type: markdown attributes: From 9d11f0dfb5a99e3c028abca726f7418cfe576e8f Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 22 Jun 2022 23:03:32 +0200 Subject: [PATCH 3/3] Apply suggestions from code review --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index c8f8e089f5..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: ["Needs triage :inbox_tray:", "Bug :beetle:"] +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 f0d4ae46b8..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 :inbox_tray:"] +labels: ["Needs triage :inbox_tray:"] body: - type: markdown attributes: