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-Tag: openssl-3.0.0-alpha1~1081 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa71c5dc80c0ad783a6c4f18e10a0819eff3edf;p=thirdparty%2Fopenssl.git 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 80d60c5333e..489e02404de 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 27d66e6397a..2af31318cd7 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 ---