From 0173357ec91b16452a3fee0f5f8cb667f48a6735 Mon Sep 17 00:00:00 2001 From: zhaojun <873019219@qq.com> Date: Thu, 10 Apr 2025 12:03:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20bug=20report=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E9=81=BF=E5=85=8D=E5=88=9B=E5=BB=BA=20issue?= =?UTF-8?q?=20=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..f411ba7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,13 @@ +name: 'Blank Issue' +description: 请使用 https://issue.zfile.vip 创建新的问题. +body: + - type: markdown + attributes: + value: | + **注意:** + 不要通过此页面创建问题, 请使用 https://issue.zfile.vip 创建新的问题. + 如果不是通过此链接创建的问题, 将会被直接关闭. + - type: textarea + id: add-a-description + attributes: + label: Add a description \ No newline at end of file