From d52b3f8faf6371d14ccee7a92ef14ef0478a14ea Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Wed, 19 Dec 2018 12:03:20 +0000 Subject: [PATCH] Add labels to issue templates Make use of https://blog.github.com/changelog/2018-12-05-issue-template-automation-improvements/ --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1dacf594525..68aeed3f77c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report about: Create a report to help us improve +labels: C-bug --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 173b23bd9e0..68ca4a1b873 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request about: Suggest an idea for this project +labels: C-feature-request ---