From 51325576ceb6756300432713cf14366b7d7965e9 Mon Sep 17 00:00:00 2001 From: ayang <473033518@qq.com> Date: Mon, 15 Jul 2024 10:06:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=20bug=20=E7=9A=84=20issue=20=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ca3d37a07f..e6adb89e31 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -30,16 +30,12 @@ body: placeholder: | Please provide a minimal reproduction or steps to reproduce, see this guide https://stackoverflow.com/help/minimal-reproducible-example Why reproduction is required? see this article https://antfu.me/posts/why-reproductions-are-required - validations: - required: true - type: textarea id: expected-behavior attributes: label: Expected behavior description: A clear description of what you expected to happen. - validations: - required: true - type: textarea id: info @@ -47,6 +43,7 @@ body: label: Application and system information description: Click the Copy Info button on the About page render: text + placeholder: Click the Copy Info button on the About page validations: required: true