From e90915114eccab1a64445f4012e38ba56329d55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E7=A0=9A=E7=82=BD?= Date: Tue, 12 Aug 2025 23:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug-report.yaml | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index bfc6ced..b064f75 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -16,36 +16,36 @@ body: attributes: label: "出现 Bug 的对局时间" description: "请使用北京时间 (GMT+8) 填写" - validations: - is_number: true - required: true + validations: + is_number: true + required: true - type: input attributes: label: "参与的玩家 ID" - description: "使用逗号分隔,将天灾写在第一位" - validations: - required: true + description: "使用逗号分隔,将**天灾写在第一位**" + validations: + required: true - type: input attributes: label: "出现/发现 Bug 的玩家 ID 及使用职业" description: "**天灾需写适应力**" placeholder: "如 o0SId0o 超活性化僵尸 适应力1" - validations: - required: true + validations: + required: true - type: input attributes: label: "您的 Minecraft ID" - validations: - required: true + validations: + required: true - type: input attributes: label: "您的联系方式" placeholder: "尽量填写 QQ" - validations: - required: true + validations: + required: true - type: textarea attributes: label: "Bug 描述" placeholder: "请尽可能详细描述 Bug 的情况,并尽可能提供复现步骤。" - validations: - required: true \ No newline at end of file + validations: + required: true \ No newline at end of file