From db94f8193784d2f02b588aa7d2295716f00eea80 Mon Sep 17 00:00:00 2001 From: Kyle Mendell Date: Fri, 11 Jul 2025 22:25:11 -0500 Subject: [PATCH] chore: use issue types for new issues --- .github/ISSUE_TEMPLATE/bug.yml | 1 + .github/ISSUE_TEMPLATE/feature.yml | 1 + .github/ISSUE_TEMPLATE/language-request.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 6c2d5103..2e0981a0 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,7 @@ name: "🐛 Bug Report" description: "Report something that is not working as expected" title: "🐛 Bug Report: " +type: 'Bug' labels: [bug] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 9d8f8c29..61be9e7d 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -2,6 +2,7 @@ name: 🚀 Feature description: "Submit a proposal for a new feature" title: "🚀 Feature: " labels: [feature] +type: 'Feature' body: - type: textarea id: feature-description diff --git a/.github/ISSUE_TEMPLATE/language-request.yml b/.github/ISSUE_TEMPLATE/language-request.yml index c0bbf86d..79d6c8a3 100644 --- a/.github/ISSUE_TEMPLATE/language-request.yml +++ b/.github/ISSUE_TEMPLATE/language-request.yml @@ -2,6 +2,7 @@ name: "🌐 Language request" description: "You want to contribute to a language that isn't on Crowdin yet?" title: "🌐 Language Request: " labels: [language-request] +type: 'Language Request' body: - type: input id: language-name-native