From cfa71c5dc80c0ad783a6c4f18e10a0819eff3edf Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Sat, 26 Oct 2019 00:12:23 +0200 Subject: [PATCH] github: switch issue templates to new labels Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10266) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 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 --- -- 2.25.1