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] =?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