From 7f9a156323df278f09ed0e2e0f38a5c195eb1fe0 Mon Sep 17 00:00:00 2001 From: bachinger Date: Thu, 21 Feb 2019 16:14:30 +0000 Subject: [PATCH] fix issue templates PiperOrigin-RevId: 234997641 --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/content_not_playing.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 7e9c631fc0..8f2b02013e 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -2,7 +2,7 @@ name: Bug report about: Issue template for a bug report. title: '' -labels: bug, 'needs triage' +labels: bug, needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/content_not_playing.md b/.github/ISSUE_TEMPLATE/content_not_playing.md index 47c09a7a59..a6a0b50b9d 100644 --- a/.github/ISSUE_TEMPLATE/content_not_playing.md +++ b/.github/ISSUE_TEMPLATE/content_not_playing.md @@ -2,7 +2,7 @@ name: Content not playing correctly about: Issue template for a content not playing issue. title: '' -labels: 'content not playing', 'needs triage' +labels: content not playing, needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 17a07ef39b..5e8d3f9208 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Issue template for a feature request. title: '' -labels: enhancement, 'needs triage' +labels: enhancement, needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 9d0ddfe4a1..5316fbe492 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Question about: Issue template for a question. title: '' -labels: question, 'needs triage' +labels: question, needs triage assignees: '' ---