From 44c010d6ca1db05afa3847b6a4082d33b37510bf Mon Sep 17 00:00:00 2001 From: Lorna0 <56920727+Lorna0@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:30:38 +0800 Subject: [PATCH] Update 2bug-report.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 复现方式改为必填 --- .github/ISSUE_TEMPLATE/2bug-report.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/2bug-report.yaml b/.github/ISSUE_TEMPLATE/2bug-report.yaml index ac88f4c..7443918 100644 --- a/.github/ISSUE_TEMPLATE/2bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/2bug-report.yaml @@ -24,8 +24,12 @@ body: placeholder: | 1. ... 2. ... + validations: + required: true - type: textarea id: Expected attributes: label: 期望的结果 # Expected behavior. Descript what you expected to happen. + validations: + required: true