From e8ca77395a7d7607026b1a6853b964dfc32ddcf3 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 20 Jan 2021 11:09:25 -0800 Subject: [PATCH] Default add triage to issues (#9175) * Update translation_issue.md * Update bug_report.md * Update feature_request.md * Update documentation-issue.md --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/documentation-issue.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/translation_issue.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8c92bb2fc3..d57626f442 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: 🐛 Bug report about: Report errors or unexpected behavior title: '' -labels: Issue-Bug +labels: Issue-Bug,Triage-Needed assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/documentation-issue.md b/.github/ISSUE_TEMPLATE/documentation-issue.md index 1ec90333f6..dc40b2f3fb 100644 --- a/.github/ISSUE_TEMPLATE/documentation-issue.md +++ b/.github/ISSUE_TEMPLATE/documentation-issue.md @@ -2,7 +2,7 @@ name: "\U0001F4DA Documentation Issue" about: Report issues in our documentation title: '' -labels: Issue-Docs +labels: Issue-Docs,Triage-Needed assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4b33b19a11..86ff5e6f65 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: "⭐ Feature request" about: Propose something new. title: '' -labels: '' +labels: Triage-Needed assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/translation_issue.md b/.github/ISSUE_TEMPLATE/translation_issue.md index c1e463e30e..9aede82c0f 100644 --- a/.github/ISSUE_TEMPLATE/translation_issue.md +++ b/.github/ISSUE_TEMPLATE/translation_issue.md @@ -2,7 +2,7 @@ name: 📖 Localization/Translation issue about: Report incorrect translations. title: '' -labels: Issue-Bug,Area-Localization,Issue-Translation +labels: Issue-Bug,Area-Localization,Issue-Translation,Triage-Needed assignees: '' ---