From 4c76de45ed24ae899dfa35d96a87fec2d22a2a2a Mon Sep 17 00:00:00 2001 From: Kyle Mendell Date: Sun, 20 Jul 2025 22:51:02 -0500 Subject: [PATCH] chore: remove labels from issue templates --- .github/ISSUE_TEMPLATE/bug.yml | 1 - .github/ISSUE_TEMPLATE/feature.yml | 1 - .github/ISSUE_TEMPLATE/language-request.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2e0981a0..97599ba5 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -2,7 +2,6 @@ name: "🐛 Bug Report" description: "Report something that is not working as expected" title: "🐛 Bug Report: " type: 'Bug' -labels: [bug] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 61be9e7d..a3c70313 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,7 +1,6 @@ name: 🚀 Feature description: "Submit a proposal for a new feature" title: "🚀 Feature: " -labels: [feature] type: 'Feature' body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/language-request.yml b/.github/ISSUE_TEMPLATE/language-request.yml index 79d6c8a3..89488f5a 100644 --- a/.github/ISSUE_TEMPLATE/language-request.yml +++ b/.github/ISSUE_TEMPLATE/language-request.yml @@ -1,7 +1,6 @@ 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