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