summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2019-05-22 23:05:12 +0200
committerPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-05-23 00:05:12 +0300
commitf6ce6dde4374dda765daf9ae9278f8a28acb05d8 (patch)
tree4e770c250c513f67b6e606ae6a9ebd50be8c6861 /.github/ISSUE_TEMPLATE
parentfc8e3bbd451cff1b9dbfee8f213c6e0a5813b5f4 (diff)
use github templating mechanisms to classify issues when they are created (#5776)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
-rw-r--r--.github/ISSUE_TEMPLATE/question.md1
3 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index fbd69a2f61..eb45ea7b96 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 bug report to help us improve
-
+labels: "bug", "needs triage"
---
<!---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index b27ba2653f..d33a01e949 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 our project
-
+labels: "feature request", "needs triage"
---
<!---
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
index 9bdf6f14e6..2a13e05b02 100644
--- a/.github/ISSUE_TEMPLATE/question.md
+++ b/.github/ISSUE_TEMPLATE/question.md
@@ -1,6 +1,7 @@
---
name: Question
about: You just want to ask a question? Go on.
+labels: question, "no changelog"
---
<!---