From 6a33e2e9f47c975a751fbd4448df992d9401fbad Mon Sep 17 00:00:00 2001 From: SuperDragonXD <70206496+SuperDragonXD@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:28:13 +0800 Subject: [PATCH] chore: Fix labels for feature request issue template --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index b50d1e70d6..87ddd72f5d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,7 +1,7 @@ name: Feature request description: Suggest features you want the developers (or contributors) to make for the launcher. title: "[FEATURE] " -labels: [feature, enhancement] +labels: [feature-request] type: Feature body: - type: markdown