From 350ccbe10a9ac0791e17ac07228c9a55fe6a898f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 20:16:15 +0800 Subject: [PATCH 1/6] =?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 29315a2..7862f70 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 From 777af91f5da20df0c3a2b988b269649ffa36e748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 20:18:16 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E5=86=8D=E5=AF=84=E5=90=A7=E4=BF=AE?= =?UTF-8?q?=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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index 7862f70..430a9b9 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -3,10 +3,10 @@ name: Bug Report about: 用来报告当前版本 天灾之下:危险连接 所出现的Bug title: "[Bug]:" body: - - type: checkboxes - id: bugcheck - attributes: - label: "确认你当前提交的 Bug 没有被重复提交" - options: - - label: "我确认这个 Bug 没有被重复提交" - required: true \ No newline at end of file + - type: checkboxes + id: bugcheck + attributes: + label: 确认你当前提交的 Bug 没有被重复提交 + options: + - label: 我确认这个 Bug 没有被重复提交" + required: true \ No newline at end of file From d8072543f5bf81d0074c42c42b84666f8bea9b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 20:22:22 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E8=8D=89=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index 430a9b9..8f13f43 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -3,10 +3,10 @@ name: Bug Report about: 用来报告当前版本 天灾之下:危险连接 所出现的Bug title: "[Bug]:" body: - - type: checkboxes - id: bugcheck - attributes: - label: 确认你当前提交的 Bug 没有被重复提交 - options: - - label: 我确认这个 Bug 没有被重复提交" - required: true \ No newline at end of file + - type: checkboxes + attributes: + label: "测试" + options: + - label: "选项一" + required: true + - label: "选项二" \ No newline at end of file From 6a285136aab251d5c34535922370de62aea63d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 20:29:19 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E6=9B=B4=E6=96=B0textarea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index 8f13f43..93d5d0a 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -5,8 +5,17 @@ title: "[Bug]:" body: - type: checkboxes attributes: - label: "测试" + label: "提交前请先确认" options: - - label: "选项一" + - label: "我确认此 Bug 尚未被人提交过" required: true - - label: "选项二" \ No newline at end of file + - label: "我确认此 Bug 非平衡性问题" + required: true + - type: textarea + attributes: + label: "出现问题的时间" + placeholder: "请使用北京时间(GMT+8)填写" + validations: + is_number: true + required: true + \ No newline at end of file From bd66a47c14320a6e89c39f43818e8c40d292e942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 20:34:34 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E5=B0=86textarea=E6=94=B9=E4=B8=BAInput?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index 93d5d0a..3c63ffe 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -1,4 +1,4 @@ - +--- name: Bug Report about: 用来报告当前版本 天灾之下:危险连接 所出现的Bug title: "[Bug]:" @@ -11,9 +11,9 @@ body: required: true - label: "我确认此 Bug 非平衡性问题" required: true - - type: textarea + - type: input attributes: - label: "出现问题的时间" + label: "请按照以下格式填写\n" placeholder: "请使用北京时间(GMT+8)填写" validations: is_number: true From 8040013dae8a7f15511dd0e5b08d8e9edf4e3fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 20:44:14 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index 3c63ffe..0070f5f 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -13,9 +13,29 @@ body: required: true - type: input attributes: - label: "请按照以下格式填写\n" + label: "出现Bug的对局时间" placeholder: "请使用北京时间(GMT+8)填写" validations: is_number: true required: true + - type: input + attributes: + label: "参与的玩家 ID(使用逗号分隔,将天灾写在第一位)" + placeholder: "" + validations: + required: true + - type: input + attributes: + label: "出现/发现 Bug 的玩家 ID 及使用职业(天灾需写适应力)" + placeholder: "如 o0SId0o 超活性化僵尸 适应力1" + validations: + required: true + - type: textarea + attributes: + label: "Bug 描述" + placeholder: "请尽可能详细描述 Bug 的情况,并尽可能提供复现步骤。" + validations: + required: true + + \ No newline at end of file