From cf6422caf3ee6bc74613d9e2da780486822d9372 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 13 Apr 2020 16:31:21 -0700 Subject: [PATCH] chore: auto label issues based on the template chosen (#9507) * chore: auto label issues based on the template chosen * quoted stuffs --- .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 388b5783a..1922ae2b6 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 066b2d920..cb66edb2b 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 4e668b336..7a1241c16 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