This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new cf6422c chore: auto label issues based on the template chosen (#9507)
cf6422c is described below
commit cf6422caf3ee6bc74613d9e2da780486822d9372
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Apr 13 16:31:21 2020 -0700
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 388b578..1922ae2 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 066b2d9..cb66edb 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 4e668b3..7a1241c 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