更新 .gitea/ISSUE_TEMPLATE/bug-report.yaml

This commit is contained in:
2025-08-12 23:40:09 +08:00
parent a7c69f6f66
commit 8e7ed90da7

View File

@@ -1,45 +1,46 @@
--- name: Bug 报告
name: Bug Report about: 报告当前版本 天灾之下:危险连接 的 Bug
about: 用来报告当前版本 天灾之下:危险连接 所出现的Bug title: "[Bug]: "
title: "[Bug]" labels:
- 类型/Bug
body: body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: "提交前请先确认" label: "提交前确认"
options: options:
- label: "我确认此 Bug 尚未被人提交过" - label: "我确认此 Bug **尚未被人提交过**"
required: true required: true
- label: "我确认此 Bug 非平衡性问题" - label: "我确认此 Bug **非平衡性问题**"
required: true required: true
- type: input - type: input
attributes: attributes:
label: "出现Bug的对局时间" label: "出现 Bug 的对局时间"
placeholder: "请使用北京时间GMT+8填写" description: "请使用北京时间 (GMT+8) 填写"
validations: validations:
is_number: true is_number: true
required: true required: true
- type: input - type: input
attributes: attributes:
label: "参与的玩家 ID(使用逗号分隔,将天灾写在第一位)" label: "参与的玩家 ID"
placeholder: "" description: "使用逗号分隔,将天灾写在第一位"
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: "出现/发现 Bug 的玩家 ID 及使用职业(天灾需写适应力)" label: "出现/发现 Bug 的玩家 ID 及使用职业"
description: "**天灾需写适应力**"
placeholder: "如 o0SId0o 超活性化僵尸 适应力1" placeholder: "如 o0SId0o 超活性化僵尸 适应力1"
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: "您的 Minecraft ID" label: "您的 Minecraft ID"
placeholder: ""
validations: validations:
required: true required: true
- type: input - type: input
attributes: attributes:
label: "您的联系方式" label: "您的联系方式"
placeholder: "尽量填写QQ" placeholder: "尽量填写 QQ"
validations: validations:
required: true required: true
- type: textarea - type: textarea
@@ -47,6 +48,4 @@ body:
label: "Bug 描述" label: "Bug 描述"
placeholder: "请尽可能详细描述 Bug 的情况,并尽可能提供复现步骤。" placeholder: "请尽可能详细描述 Bug 的情况,并尽可能提供复现步骤。"
validations: validations:
required: true required: true