From 1c542e061569281e9002b6cf86659d7d5d55d899 Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Fri, 12 Sep 2025 15:59:11 +0800 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f6c695cc..0f826f70 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -39,14 +39,14 @@ body: 2. 3. validations: - required: false + required: true - type: textarea id: expected attributes: label: 期望结果 | Expected Behavior description: 你期望的正确行为或结果 | What did you expect to happen? validations: - required: false + required: true - type: textarea id: extra attributes: