diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..85e2ce5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,37 @@ +name: "Bug 反馈" +description: "遇见了没有细分选项的其他 Bug" +labels: [· Bug, 新反馈] +body: + - type: checkboxes + id: "yml-1" + attributes: + label: "检查项" + description: "请逐个检查下列项目,并勾选确认。" + options: + - label: "我已在 [Issues 页面](https://github.com/coldsmilec/MOYU-Community/issues?q=is%3Aissue+)中搜索,确认了这一 Bug 未被提交过。" + required: true + - type: textarea + id: "yml-2" + attributes: + label: 描述 + description: "详细描述该 Bug 的具体表现。" + validations: + required: true + - type: textarea + id: "yml-3" + attributes: + label: 重现步骤 + description: "详细描述要怎么操作才能再次触发这个 Bug。" + value: | + 1、点击xxxx + 2、往下滚,然后点击xxxx + validations: + required: true + - type: textarea + id: "yml-4" + attributes: + label: 日志与附件(非必要) + description: "上传启动器或minecraft错误报告(在崩溃时选择导出错误报告)" + placeholder: "先点击这个文本框,然后再将文件直接拖拽到文本框中以上传。" + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea7..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here.