summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-11-16 00:04:07 -0800
committergVisor bot <gvisor-bot@google.com>2020-11-16 00:06:02 -0800
commit43dd7a200569cb04c778b83df4b9007c76091756 (patch)
treea80c1a79523b6ab9e376353c53897a1839e9edf2 /.github
parent182c126013a28f19594ff61326f1f9a2c481f1b4 (diff)
Fix labels on issue templates
PiperOrigin-RevId: 342577869
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md3
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md3
2 files changed, 2 insertions, 4 deletions
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: ''
---