From 43dd7a200569cb04c778b83df4b9007c76091756 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Mon, 16 Nov 2020 00:04:07 -0800 Subject: Fix labels on issue templates PiperOrigin-RevId: 342577869 --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- .github/ISSUE_TEMPLATE/feature_request.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 50d187633..f7a6112fd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,8 +2,7 @@ name: Bug report about: Create a bug report to help us improve title: -labels: - - 'type: bug' +labels: 'type: bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 65f60f385..9acc45574 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,8 +2,7 @@ name: Feature request about: Suggest an idea or improvement title: '' -labels: - - 'type: enhancement' +labels: 'type: enhancement' assignees: '' --- -- cgit v1.2.3