From e166e9fbb2117b821175e7d25c29d14e0178d5a2 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 7 Nov 2022 21:42:38 +0800 Subject: [PATCH] =?UTF-8?q?:octocat:=20=E6=9B=B4=E6=96=B0=E7=BC=BA?= =?UTF-8?q?=E9=99=B7=E6=8A=A5=E5=91=8A=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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ad3c35a5f..a012924b8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,6 +13,17 @@ body: 我已经搜索了 Issues,没有发现类似问题 I have searched the existing issues required: true + - type: checkboxes + attributes: + label: 该问题是否能够在默认主题下重现? Can the issue be reproduced with the default theme? + description: | + 请确认该问题能够在默认主题下重现。 + Please confirm that the issue can be reproduced with the default theme. + options: + - label: | + 我能够在默认主题下重现该问题 + I was able to reproduce the issue with the default theme + required: true - type: textarea attributes: label: 描述问题 Describe the problem