From 7bdb4b627005e742c979e1c7bf55a628e3f115db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 19:49:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug-report.yaml diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 0000000..ccd4321 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -0,0 +1,11 @@ + +name: Bug Report +about: 用来报告当前版本 天灾之下:危险连接 所出现的Bug +title: "[Bug]:" +body: + - type: checkboxes + id: bugcheck + attributes: + options: | + **我确认这个 Bug 没有被重复提交** + required: true \ No newline at end of file