30 lines
798 B
YAML
30 lines
798 B
YAML
name: Bug 报告
|
|
about: 报告当前版本 天灾之下:危险连接 的 Bug
|
|
title: "[Bug]: "
|
|
labels:
|
|
- "类型/Bug"
|
|
assignees:
|
|
- "Hyucen"
|
|
- "eHery"
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: "提交前确认:"
|
|
options:
|
|
- label: "我确认此 Bug **尚未被人提交过**"
|
|
required: true
|
|
- label: "我确认此 Bug **非平衡性问题**"
|
|
required: true
|
|
- label: "我确认标题 **填写完整**"
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: "您的 Minecraft ID"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: "Bug 描述"
|
|
placeholder: "请尽可能详细描述 Bug 的情况,并尽可能提供复现步骤。"
|
|
validations:
|
|
required: true |