From c0ada425d103f18313a2d27dae8c2b23d987859d Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 10 Apr 2020 13:04:00 -0700 Subject: [PATCH 1/2] chore: auto label issues based on the template chosen --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + .github/ISSUE_TEMPLATE/sip.md | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 388b5783a175..7605c744d1c7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Create a report to help us improve +labels: #bug --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920a28..50d947d45fa1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request about: Suggest an idea for this project +labels: #enhancement --- diff --git a/.github/ISSUE_TEMPLATE/sip.md b/.github/ISSUE_TEMPLATE/sip.md index 4e668b336693..faad4a07eabb 100644 --- a/.github/ISSUE_TEMPLATE/sip.md +++ b/.github/ISSUE_TEMPLATE/sip.md @@ -1,9 +1,13 @@ --- name: SIP about: Superset Improvement Proposal +labels: #SIP --- +*Please make sure you are familiar with the SIP process documented* +(here)[https://github.com/apache/incubator-superset/issues/5602] + ## [SIP] Proposal for XXX ### Motivation From e2c6ee16b9262a4a51afef1f4220b5bc5ba40956 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 10 Apr 2020 16:50:43 -0700 Subject: [PATCH 2/2] quoted stuffs --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/sip.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7605c744d1c7..1922ae2b66ea 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Create a report to help us improve -labels: #bug +labels: "#bug" --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 50d947d45fa1..cb66edb2bcc7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -labels: #enhancement +labels: "#enhancement" --- diff --git a/.github/ISSUE_TEMPLATE/sip.md b/.github/ISSUE_TEMPLATE/sip.md index faad4a07eabb..7a1241c16e51 100644 --- a/.github/ISSUE_TEMPLATE/sip.md +++ b/.github/ISSUE_TEMPLATE/sip.md @@ -1,7 +1,7 @@ --- name: SIP about: Superset Improvement Proposal -labels: #SIP +labels: "#SIP" ---