From 9389056d47e04a77e61c5709e15241aea6f623e3 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Wed, 26 Feb 2025 10:46:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=A8=A1=E6=9D=BF=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/20_feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/20_feature_request.yml b/.github/ISSUE_TEMPLATE/20_feature_request.yml index 31b79ad8378..35838be2cb6 100644 --- a/.github/ISSUE_TEMPLATE/20_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/20_feature_request.yml @@ -18,14 +18,14 @@ body: description: A clear and concise description of what the problem is. placeholder: I am trying to do [...] but [...] validations: - required: false + required: true - type: textarea attributes: label: Describe the solution you'd like description: | A clear and concise description of what you want to happen. Include any alternative solutions you've considered. validations: - required: true + required: false - type: textarea attributes: label: Additional context