Delete .github/ISSUE_TEMPLATE/bug_report.md

This commit is contained in:
coldsmilec 2024-06-18 04:28:36 +08:00
parent b53f8e649b
commit 583c305505
3 changed files with 59 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: "Bug 反馈"
description: "在服务器内或外发现的错误或问题"
labels: [· Bug, 新反馈]
description: "在服务器内或外发现的BUG"
labels: [BUG,新反馈]
body:
- type: checkboxes
id: "yml-1"

30
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View File

@ -0,0 +1,30 @@
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

27
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View File

@ -0,0 +1,27 @@
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+)和[服务器游玩指南](https://www.mcstarsky.cn/docs/MCStarSky)中搜索,确认了这一问题未被提交过。"
required: true
- type: textarea
id: "yml-2"
attributes:
label: 描述
description: "详细描述具体问题。"
validations:
required: true
- type: textarea
id: "yml-3"
attributes:
label: 上传附件(非必要)
description: "上传问题截图或其他附件"
placeholder: "先点击这个文本框,然后再将文件直接拖拽到文本框中以上传。"
validations:
required: false