From: Dr. Matthias St. Pierre Date: Fri, 25 Oct 2019 22:12:23 +0000 (+0200) Subject: github: switch issue templates to new labels X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfa71c5dc80c0ad783a6c4f18e10a0819eff3edf;p=openssl github: switch issue templates to new labels Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10266) --- 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 ---