From 94d765e40d44a308055cb60acab108213454e17a Mon Sep 17 00:00:00 2001 From: Evan Louie Date: Thu, 3 Oct 2019 07:53:03 -0700 Subject: [PATCH] fixed broken github issue labels (#640) --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +--- .github/ISSUE_TEMPLATE/feature_request.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a38cf65..baf2b0a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,9 +2,7 @@ name: Bug report about: Create a report to help us improve title: "" -labels: - - bug - - triage +labels: bug, triage assignees: "" --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f4ca77b..8f13d9c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,9 +2,7 @@ name: Feature request about: Suggest an idea for this project title: "" -labels: - - enhancement - - triage +labels: enhancement, triage assignees: "" ---