diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 616a476..5a95c86 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -8,17 +8,24 @@ body: label: "检查项" description: "请逐个检查下列项目,并勾选确认。" 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 - type: textarea id: "yml-2" + attributes: + label: 游戏ID + description: "服务器内游戏ID。" + validations: + required: true + - type: textarea + id: "yml-3" attributes: label: 描述 description: "详细描述具体你的建议,要改成怎样的。" validations: required: true - type: textarea - id: "yml-3" + id: "yml-4" attributes: label: 原因 description: "详细描述你为什么需要,这有助于开发者评估它的优先度。" diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 99ba871..f7dda6b 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -8,17 +8,24 @@ body: label: "检查项" description: "请逐个检查下列项目,并勾选确认。" 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 - type: textarea id: "yml-2" + attributes: + label: 游戏ID + description: "服务器内游戏ID。" + validations: + required: true + - type: textarea + id: "yml-3" attributes: label: 描述 description: "详细描述具体问题。" validations: required: true - type: textarea - id: "yml-3" + id: "yml-4" attributes: label: 上传附件(非必要) description: "上传问题截图或其他附件"