From e4b00be9d60ca3572bfbcd668161a49096dc48d5 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 19 Nov 2018 11:37:49 -0700 Subject: [PATCH] Add labels to issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a31b683863..5f8fc6e07e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,8 @@ --- name: Bug report about: Create a report to help us improve -labels: +labels: + - bug --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ed7d251307..25cb94e065 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,8 @@ --- name: Feature request about: Suggest an idea for this project -labels: +labels: + - feature request ---