From a7c69f6f6692a5af4bc15031af5787228a7682bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A0=87=E6=9D=86Hyucen?= Date: Tue, 12 Aug 2025 22:58:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Minecraft=20ID=E5=92=8C?= =?UTF-8?q?=E8=81=94=E7=B3=BB=E6=96=B9=E5=BC=8F?= 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, 13 insertions(+), 2 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug-report.yaml b/.gitea/ISSUE_TEMPLATE/bug-report.yaml index 0070f5f..0f05ab8 100644 --- a/.gitea/ISSUE_TEMPLATE/bug-report.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug-report.yaml @@ -30,12 +30,23 @@ body: placeholder: "如 o0SId0o 超活性化僵尸 适应力1" validations: required: true + - type: input + attributes: + label: "您的 Minecraft ID" + placeholder: "" + validations: + required: true + - type: input + attributes: + label: "您的联系方式" + placeholder: "尽量填写QQ" + validations: + required: true - type: textarea attributes: label: "Bug 描述" placeholder: "请尽可能详细描述 Bug 的情况,并尽可能提供复现步骤。" validations: required: true - - + \ No newline at end of file