30 lines
1017 B
YAML
30 lines
1017 B
YAML
name: "优化建议"
|
||
description: "对服务器的改进建议"
|
||
labels: [建议,新反馈]
|
||
body:
|
||
- type: checkboxes
|
||
id: "yml-1"
|
||
attributes:
|
||
label: "检查项"
|
||
description: "请逐个检查下列项目,并勾选确认。"
|
||
options:
|
||
- label: "我已在 [Issues 页面](https://github.com/coldsmilec/MOYU-Community/issues?q=is%3Aissue+)中搜索,确认了这一建议未被提交过。"
|
||
required: true
|
||
- type: textarea
|
||
id: "yml-2"
|
||
attributes:
|
||
label: 描述
|
||
description: "详细描述具体你的建议,要改成怎样的。"
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: "yml-3"
|
||
attributes:
|
||
label: 原因
|
||
description: "详细描述你为什么需要,这有助于开发者评估它的优先度。"
|
||
value: |
|
||
(示例)
|
||
这项优化让我可以更方便地xxxx。
|
||
如果没有这项优化,我每次都必须xxxx,让操作变得很麻烦。
|
||
validations:
|
||
required: true |