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: '' ---