21 lines
579 B
YAML
21 lines
579 B
YAML
---
|
||
name: Bug Report
|
||
about: 用来报告当前版本 天灾之下:危险连接 所出现的Bug
|
||
title: "[Bug]:"
|
||
body:
|
||
- type: checkboxes
|
||
attributes:
|
||
label: "提交前请先确认"
|
||
options:
|
||
- label: "我确认此 Bug 尚未被人提交过"
|
||
required: true
|
||
- label: "我确认此 Bug 非平衡性问题"
|
||
required: true
|
||
- type: input
|
||
attributes:
|
||
label: "请按照以下格式填写\n"
|
||
placeholder: "请使用北京时间(GMT+8)填写"
|
||
validations:
|
||
is_number: true
|
||
required: true
|
||
|