summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-10-26 00:12:23 +0200
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-10-26 00:12:23 +0200
commitcfa71c5dc80c0ad783a6c4f18e10a0819eff3edf (patch)
tree2b6b477fa078991efc9810a4e93e4c742c2f5797 /.github
parent7c43eb5dcf5cb098b9e2c2c58b000353af51efa2 (diff)
github: switch issue templates to new labels
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10266)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 80d60c5333..489e02404d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,6 @@
---
name: Bug report
-labels: bug
+labels: 'issue: bug report'
about: Report a defect in the software
---
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 27d66e6397..2af31318cd 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,6 +1,6 @@
---
name: Feature request
-labels: feature
+labels: 'issue: feature request'
about: Propose a feature you would like to see added in the software
---