summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2019-07-07 11:04:32 +0200
committerKurt Roeckx <kurt@roeckx.be>2019-07-16 20:33:01 +0200
commite3a0d367299ee9f384ef912c644dbb5ef195798d (patch)
treeb603a09b2b8b1161bf1a94931adbd78bb96a8e96 /.github/ISSUE_TEMPLATE
parentda0201814380144151293811e9cd63732e0e0c3e (diff)
Auto add a label depending on the type of issue they report.
Reviewed-by: Richard Levitte <levitte@openssl.org> GH: #9319
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md1
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 0d6d219dc4..80d60c5333 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,5 +1,6 @@
---
name: Bug report
+labels: bug
about: Report a defect in the software
---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 9e5565eea3..27d66e6397 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,5 +1,6 @@
---
name: Feature request
+labels: feature
about: Propose a feature you would like to see added in the software
---