diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 52eb41f..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug / 描述你的 bug 情况** -A clear and concise description of what the bug is. / 简单描述这是一个什么 bug - -**To Reproduce / 如何触发** -Steps to reproduce the behavior: / 触发的步骤 -1. ... -2. ... -3. ... -4. ... - -**Server information / 服务器信息** - - Software / 核心: [e.g. Purpur 1.20.1] - - Java: [e.g. 21] - - Version / 版本 [e.g. 0.3.1] - -**Additional context / 更多信息** -Add any other context about the problem here. Such as log and plugin list / 添加更多有帮助的信息,如插件列表、日志 diff --git a/.github/ISSUE_TEMPLATE/bug-report_en.md b/.github/ISSUE_TEMPLATE/bug-report_en.md new file mode 100644 index 0000000..45636ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report_en.md @@ -0,0 +1,27 @@ +--- +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. ... +2. ... +3. ... +4. ... + +**Server information** + - Software: [e.g. Purpur 1.20.1] + - Java: [e.g. 21] + - Fakeplayer Version: [e.g. 0.3.1] + +**Additional context** + +Add any other context about the problem here. Such as log, plugin list or config files of other plugins **(hide sensitive content)**. diff --git a/.github/ISSUE_TEMPLATE/bug-report_zh.md b/.github/ISSUE_TEMPLATE/bug-report_zh.md new file mode 100644 index 0000000..fe7303c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report_zh.md @@ -0,0 +1,30 @@ +--- +name: Bug 修复 +about: 告诉我们程序存在的问题以协助完善 Fakeplayer +title: '' +labels: '' +assignees: '' + +--- + +**描述** + +简单描述这是一个怎么样的 Bug, 导致了什么问题 + + + +**触发步骤** +1. ... +2. ... +3. ... +4. ... + +**服务器信息** + - 核心: [e.g. Purpur 1.20.1] + - Java: [e.g. 21] + - Fakeplayer 版本: [e.g. 0.3.1] + +**其他有帮助的信息** + +提供一些有帮助的信息以协助我们定位问题,如插件清单、报错日志、或者插件的一些配置 **(请隐藏敏感信息)** +