Update Issue Template and add a chinese template

This commit is contained in:
悠静萝莉 2022-03-27 15:48:04 +08:00
parent 7e71fd13d3
commit 07c76095a0
No known key found for this signature in database
GPG Key ID: 4EDF1CA1CEA8EBCC
2 changed files with 113 additions and 2 deletions

104
.github/ISSUE_TEMPLATE/bug-report-cn.yml vendored Normal file
View File

@ -0,0 +1,104 @@
name: 🐞 错误报告表格
description: 通过填写表格来报告错误
labels: [ "Triage" ]
body:
- type: markdown
attributes:
value: |
报告前先阅读[常见问题](https://github.com/IzzelAliz/Arclight/wiki/FAQ)
请使用[最新的构建版本](https://ci.appveyor.com/project/IzzelAliz/arclight-18/build/artifacts)报告,你发现的问题很可能已经修复。
在进行错误报告之前,请确保没有类似的现有的报告。
- type: checkboxes
id: check
attributes:
label: 请确认您已完成以下几件事
description: 市面上大多数整合包特别是较老版本1.12.2)的整合包,其自带的插件都无法在高版本环境下运行
options:
- label: 正在使用最新的 Arclight
required: true
- label: 我已经阅读以及确定在FAQ中没有这个问题的解决方法
required: true
- label: 已为所有插件及模组安装依赖
required: true
- label: 已为所有插件及模组更新至最新版
required: true
- label: 不可在 Spigot 复现
required: true
- label: 不可在 Forge 复现
required: true
- type: input
id: version
attributes:
label: Arclight 版本
description: 在 Arclight 启动时会打印版本,如 arclight-1.15.2-1.0.3-SNAPSHOT-9455d03
validations:
required: true
- type: input
id: environment
attributes:
label: Java 版本 | 操作系统
description: 在命令行中键入 `java -version` 后可以获取版本
placeholder: |
系统: CentOS 7.3 x64, Java: openjdk version "16.0.1" 2021-04-20
validations:
required: true
- type: textarea
id: related
attributes:
label: 相关 Mod/插件 的名称及版本
description: >-
输入 `/plugins` 和 `/forge mods` 命令可获取相关信息
<br>如果想要你的问题快速解决,请自行排除无关的模组和插件
<br>只将有关此问题的模组和插件填入
placeholder: '在这里插件及模组列表'
render: 'raw'
validations:
required: true
- type: textarea
id: description
attributes:
label: 错误描述
description: >-
请尽可能包含更多描述。
<br>对于描述,请假设开发者不知道 Mod 是干什么的。
<br>如果可以的话,在安装尽可能少的 Mod 的情况下复现它。
<br>越清楚的描述会让该报告处理优先级提高
placeholder: "描述这个为什么是一个错误,是哪一方面的,以及其他可能需要的信息"
validations:
required: true
- type: textarea
id: step
attributes:
label: 复现步骤
placeholder: |
1. 安装 xxx
2. 进入服务器后 xxxx
3. ....
- type: textarea
id: logs
attributes:
label: 报错信息
description: >-
日志能在 /logs/latest.log 中找到
<br>服务器关闭后,将该文件中内容全部复制,上传至 https://paste.ubuntu.com/ 网站,提交后将链接附在下方即可
<br>如果选择使用其他在线剪贴板,请确保链接可用
<br>**请勿直接复制粘贴日志文本**
placeholder: 日志链接,或将日志文件拖到此处上传
- type: input
id: pack
attributes:
label: 复现用压缩包下载链接(可选)
description: 如果你有太多的模组或插件,你可以请打包服务端并上传到 OneDrive 上供开发者下载测试

View File

@ -8,7 +8,7 @@ body:
value: |
Read the [FAQ](https://github.com/IzzelAliz/Arclight/wiki/FAQ) first!
Report with [latest development version](https://ci.appveyor.com/project/IzzelAliz/arclight-17/build/artifacts), your issue is likely to be fixed.
Report with [latest development version](https://ci.appveyor.com/project/IzzelAliz/arclight-18/build/artifacts), your issue is likely to be fixed.
Make sure you have searched issues and no similar is present.
@ -18,6 +18,9 @@ body:
label: I have confirmed that ...
options:
- label: Arclight is up to date
required: true
- label: I have read and determined that there is no solution to this problem in the FAQ
required: true
- label: all dependencies are installed
required: true
- label: all plugins and mods are up to date
@ -49,7 +52,10 @@ body:
id: related
attributes:
label: Plugins and Mods
description: Run `/plugins` and `/forge mods` in console.
description: >-
Run `/plugins` and `/forge mods` in console.
<br>If you want your problem solved quickly, eliminate irrelevant Mods and Plugins
<br>Fill in only Mods and Plugins related to the problem
placeholder: 'Mods & plugins list here'
render: 'raw'
validations:
@ -87,6 +93,7 @@ body:
description: >-
Logs can be found in /logs/latest.log
<br>After server is stopped, upload it to https://paste.ubuntu.com/
<br>Please note that if using other online clipboards, make sure the links are available
<br>**DO NOT PASTE LOG CONTENT!**
placeholder: 'External link or drag log file here to upload'