表单修改

This commit is contained in:
寒笑 2025-01-12 20:41:48 +08:00
parent d657cd4a5a
commit 3677e11cc3
2 changed files with 18 additions and 4 deletions

View File

@ -8,17 +8,24 @@ body:
label: "检查项" label: "检查项"
description: "请逐个检查下列项目,并勾选确认。" description: "请逐个检查下列项目,并勾选确认。"
options: options:
- label: "我已在 [Issues 页面](https://github.com/coldsmilec/MOYU-Community/issues?q=is%3Aissue+)中搜索,确认了这一建议未被提交过。" - label: "我已在 [Issues 页面](https://git.infstar.cn/Coldsmile/InfStarry-MC/issues)中搜索,确认了这一 Bug 未被提交过。"
required: true required: true
- type: textarea - type: textarea
id: "yml-2" id: "yml-2"
attributes:
label: 游戏ID
description: "服务器内游戏ID。"
validations:
required: true
- type: textarea
id: "yml-3"
attributes: attributes:
label: 描述 label: 描述
description: "详细描述具体你的建议,要改成怎样的。" description: "详细描述具体你的建议,要改成怎样的。"
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: "yml-3" id: "yml-4"
attributes: attributes:
label: 原因 label: 原因
description: "详细描述你为什么需要,这有助于开发者评估它的优先度。" description: "详细描述你为什么需要,这有助于开发者评估它的优先度。"

View File

@ -8,17 +8,24 @@ body:
label: "检查项" label: "检查项"
description: "请逐个检查下列项目,并勾选确认。" description: "请逐个检查下列项目,并勾选确认。"
options: options:
- label: "我已在 [Issues 页面](https://github.com/coldsmilec/MOYU-Community/issues?q=is%3Aissue+)和[服务器游玩指南](https://www.mcstarsky.cn/docs/MCStarSky)中搜索,确认了这一问题未被提交过。" - label: "我已在 [Issues 页面](https://git.infstar.cn/Coldsmile/InfStarry-MC/issues)中搜索,确认了这一 Bug 未被提交过。"
required: true required: true
- type: textarea - type: textarea
id: "yml-2" id: "yml-2"
attributes:
label: 游戏ID
description: "服务器内游戏ID。"
validations:
required: true
- type: textarea
id: "yml-3"
attributes: attributes:
label: 描述 label: 描述
description: "详细描述具体问题。" description: "详细描述具体问题。"
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: "yml-3" id: "yml-4"
attributes: attributes:
label: 上传附件(非必要) label: 上传附件(非必要)
description: "上传问题截图或其他附件" description: "上传问题截图或其他附件"