From eaaeac69709f3046f788f528d46e52276b80f7e3 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 10 Feb 2023 18:11:58 +0800 Subject: [PATCH] =?UTF-8?q?:octocat:=20=E6=9B=B4=E6=96=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E6=8A=A5=E5=91=8A=E6=A8=A1=E6=9D=BF=20https://github.?= =?UTF-8?q?com/siyuan-note/siyuan/issues/7326?= 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 b9a41e740..655f2398d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -24,6 +24,17 @@ body: 我能够在默认主题下重现该问题 I was able to reproduce the issue with the default theme required: true + - type: checkboxes + attributes: + label: 该问题是否可能是由于扩展功能导致? Could the issue be due to extensions? + description: | + 请注意主题、代码片段、挂件或者其他扩展功能可能会导致问题。 + Be aware that themes, code snippets, widgets, or other extensions may cause problems. + options: + - label: | + 我已经排除了扩展导致问题的可能性 + I've ruled out the possibility that the extension is causing the problem. + required: true - type: textarea attributes: label: 描述问题 Describe the problem