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 1/5] =?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 From f9e08a7d700c64a773e8eaeec29dfddfe2f96552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 19:51:01 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E7=BC=BA=E4=BA=86=E4=B8=AAlabel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index ccd4321..d337a64 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -6,6 +6,7 @@ body: - type: checkboxes id: bugcheck attributes: + label: | options: | **我确认这个 Bug 没有被重复提交** required: true \ No newline at end of file From d1099be1d5545e7cbeaf1e6b9d6a54fbb2006312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 19:52:35 +0800 Subject: [PATCH 3/5] 1 --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index d337a64..5e9f136 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -6,7 +6,7 @@ body: - type: checkboxes id: bugcheck attributes: - label: | + label: "确认你当前提交的 Bug 没有被重复提交" options: | **我确认这个 Bug 没有被重复提交** required: true \ No newline at end of file From 4bfb684e69b9b2b949b6d9d3188c077a9e72dc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 19:55:04 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index 5e9f136..b7f5c13 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -6,7 +6,7 @@ body: - type: checkboxes id: bugcheck attributes: - label: "确认你当前提交的 Bug 没有被重复提交" - options: | - **我确认这个 Bug 没有被重复提交** - required: true \ No newline at end of file + label: "确认你当前提交的 Bug 没有被重复提交" + options: + - label: "**我确认这个 Bug 没有被重复提交**" + required: true \ No newline at end of file From 3ed5cf7ec8e34d35a3a8dc955f9aae132e3c0016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 19:56:19 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E5=86=8D=E4=BF=AE=E6=AD=A3=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index b7f5c13..29315a2 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -6,7 +6,7 @@ body: - type: checkboxes id: bugcheck attributes: - label: "确认你当前提交的 Bug 没有被重复提交" + label: 确认你当前提交的 Bug 没有被重复提交 options: - - label: "**我确认这个 Bug 没有被重复提交**" + - label: 我确认这个 Bug 没有被重复提交 required: true \ No newline at end of file