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