fix issue templates

PiperOrigin-RevId: 234997641
This commit is contained in:
bachinger 2019-02-21 16:14:30 +00:00 committed by Oliver Woodman
parent 8746d4a885
commit 7f9a156323
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
name: Bug report name: Bug report
about: Issue template for a bug report. about: Issue template for a bug report.
title: '' title: ''
labels: bug, 'needs triage' labels: bug, needs triage
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Content not playing correctly name: Content not playing correctly
about: Issue template for a content not playing issue. about: Issue template for a content not playing issue.
title: '' title: ''
labels: 'content not playing', 'needs triage' labels: content not playing, needs triage
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Feature request name: Feature request
about: Issue template for a feature request. about: Issue template for a feature request.
title: '' title: ''
labels: enhancement, 'needs triage' labels: enhancement, needs triage
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Question name: Question
about: Issue template for a question. about: Issue template for a question.
title: '' title: ''
labels: question, 'needs triage' labels: question, needs triage
assignees: '' assignees: ''
--- ---