Fix labels on issue templates

PiperOrigin-RevId: 342577869
This commit is contained in:
Ian Lewis
2020-11-16 00:06:02 -08:00
committed by gVisor bot
parent 182c126013
commit 43dd7a2005
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
name: Bug report
about: Create a bug report to help us improve
title:
labels:
- 'type: bug'
labels: 'type: bug'
assignees: ''
---
+1 -2
View File
@@ -2,8 +2,7 @@
name: Feature request
about: Suggest an idea or improvement
title: ''
labels:
- 'type: enhancement'
labels: 'type: enhancement'
assignees: ''
---