github: switch issue templates to new labels
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 25 Oct 2019 22:12:23 +0000 (00:12 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 25 Oct 2019 22:12:23 +0000 (00:12 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10266)

.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md

index 80d60c5333e815b27b24cfa00d02111cd1eae249..489e02404de6e66575073a76e6ae391262e9b045 100644 (file)
@@ -1,6 +1,6 @@
 ---
 name: Bug report
-labels: bug
+labels: 'issue: bug report'
 about: Report a defect in the software
 
 ---
index 27d66e6397ab9e139780dd059dd444a4dc63e830..2af31318cd7a3d74d2f7151a4bc7b3589ab8b7dd 100644 (file)
@@ -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
 
 ---