From bce71db23d95f3e38c6705cfffcae037811cd73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A0=E9=9D=99=E8=90=9D=E8=8E=89?= Date: Fri, 24 Dec 2021 17:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E6=B3=95=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E4=B8=AD=E6=96=87=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report-cn.yml | 95 ------------------------ 1 file changed, 95 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report-cn.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report-cn.yml b/.github/ISSUE_TEMPLATE/bug-report-cn.yml deleted file mode 100644 index 50a080d1..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report-cn.yml +++ /dev/null @@ -1,95 +0,0 @@ -name: 🐞 错误报告表格 -description: 通过填写表格来报告错误 -labels: [ "Triage" ] - -body: - - type: markdown - attributes: - value: >- - 报告前先阅读[常见问题](https://github.com/IzzelAliz/Arclight/wiki/FAQ)! -
请使用最新的构建版本报告,你发现的问题很可能已经修复。 -
https://ci.appveyor.com/project/IzzelAliz/arclight-17/build/artifacts -
https://github.com/IzzelAliz/Arclight/actions -
在进行错误报告之前,请确保没有类似的现有的报告。 - - - type: checkboxes - id: check - attributes: - label: 请确认您已完成以下几件事 - description: 市面上大多数整合包,特别是较老版本(1.12.2)的整合包,其自带的插件都无法在高版本环境下运行 - options: - - label: 正在使用最新的 Arclight - 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: 'Java: openjdk version "16.0.1" 2021-04-20, 系统: CentOS 7.3 x64' - validations: - required: true - - - type: textarea - id: related - attributes: - label: 相关 Mod/插件 的名称及版本 - description: 输入 `/plugins` 和 `/forge mods` 命令可获取相关信息 - placeholder: '插件及模组' - validations: - required: true - - - type: textarea - id: description - attributes: - label: 错误描述 - description: >- - 请尽可能详细。对于描述,请假设开发者不知道 Mod 是干什么的。 -
如果可以的话,在安装尽可能少的 mod 的情况下复现它。 -
越清楚的描述会让该报告处理优先级提高 - 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 -
服务器关闭后,将该文件中内容全部复制,上传至 https://paste.ubuntu.com/ 或 https://pastebin.mozilla.org/ 网站,提交后将链接附在下方即可 -
**请勿直接复制粘贴日志文本** - placeholder: 日志链接,或将日志文件拖到此处上传 - - - type: input - id: pack - attributes: - label: 复现用压缩包下载链接(可选) - description: 如果可以请打包服务端并上传到 OneDrive 上供开发者下载测试 \ No newline at end of file