From fbbb983095b0805b1efb2049ff51900e736fda85 Mon Sep 17 00:00:00 2001 From: LaterComer <12015333+Later-Comer@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:38:28 +0800 Subject: [PATCH] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 955ef1f353..06690ca5d2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,6 @@ name: 🚀 Feature Request description: Suggest an idea for this project +title: "[Feature] " labels: ["feature-request"] body: - type: markdown @@ -20,16 +21,16 @@ body: label: Describe your preferred solution description: A clear and concise description of what you want to happen. validations: - required: true + required: false - type: textarea attributes: label: Describe possible alternatives description: A clear and concise description of any alternative solutions or features you've considered. validations: - required: true + required: fals - type: textarea attributes: - label: Additional context + label: Other additional context description: Add any other context or screenshots for the feature request here.