合并到测试分支以准备新表单创建 #3

Merged
Hyucen merged 6 commits from main into Test_FromHyucen 2025-08-13 00:54:11 +08:00
Showing only changes of commit f52d2de7fa - Show all commits

View File

@@ -1,12 +1,41 @@
---
name: Bug Report name: Bug Report
about: 用来报告当前版本 天灾之下:危险连接 所出现的Bug about: 用来报告当前版本 天灾之下:危险连接 所出现的Bug
title: "[Bug]" title: "[Bug]"
body: body:
- type: checkboxes - type: checkboxes
id: bugcheck
attributes: attributes:
label: 确认你当前提交的 Bug 没有被重复提交 label: "提交前请先确认"
options: options:
- label: 我确认这个 Bug 没有被重复提交 - label: "我确认 Bug 尚未被人提交过"
required: true required: true
- label: "我确认此 Bug 非平衡性问题"
required: true
- type: input
attributes:
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