From 2146dff3bfc374ceec466e4c6f091d47f08be130 Mon Sep 17 00:00:00 2001 From: Aaron Junker-Wildi Date: Thu, 10 Oct 2024 01:00:51 +0200 Subject: [PATCH] Add the new issue types to the issue templates (#35352) We added issue types to our GitHub org. This PR adds those to the corresponding issue templates. --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + .github/ISSUE_TEMPLATE/translation_issue.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 56800fb1d6..f2eb897a4d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,6 @@ name: "🕷️ Bug report" description: Report errors or unexpected behavior +type: Bug labels: - Issue-Bug - Needs-Triage diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index ade50bf5f5..d7d092dbca 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,6 @@ name: "⭐ Feature or enhancement request" description: Propose something new. +type: Feature labels: - Needs-Triage body: diff --git a/.github/ISSUE_TEMPLATE/translation_issue.yml b/.github/ISSUE_TEMPLATE/translation_issue.yml index 7cb712df30..69787a3ed6 100644 --- a/.github/ISSUE_TEMPLATE/translation_issue.yml +++ b/.github/ISSUE_TEMPLATE/translation_issue.yml @@ -1,5 +1,6 @@ name: "🌐 Localization/Translation issue" description: Report incorrect translations. +type: Bug labels: - Issue-Bug - Area-Localization