From 583c305505610a1fd798d1429d611967a21c468c Mon Sep 17 00:00:00 2001 From: coldsmilec <975890763@qq.com> Date: Tue, 18 Jun 2024 04:28:36 +0800 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE/bug_report.md --- .github/ISSUE_TEMPLATE/bug.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature.yml | 30 +++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/question.yml | 27 ++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature.yml create mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1f191a8..8911bce 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ name: "Bug 反馈" -description: "在服务器内或外发现的错误或问题" -labels: [· Bug, 新反馈] +description: "在服务器内或外发现的BUG" +labels: [BUG,新反馈] body: - type: checkboxes id: "yml-1" diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..616a476 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml new file mode 100644 index 0000000..99ba871 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -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 \ No newline at end of file