github: switch issue templates to new labels

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10266)
This commit is contained in:
Dr. Matthias St. Pierre 2019-10-26 00:12:23 +02:00
parent 7c43eb5dcf
commit cfa71c5dc8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
name: Bug report
labels: bug
labels: 'issue: bug report'
about: Report a defect in the software
---

View 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
---