GitHub templates

This commit is contained in:
tanyaofei 2025-07-16 11:10:33 +08:00
parent 9035a895fe
commit 61d4ba297d
3 changed files with 57 additions and 26 deletions

View File

@ -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 / 添加更多有帮助的信息,如插件列表、日志

27
.github/ISSUE_TEMPLATE/bug-report_en.md vendored Normal file
View File

@ -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)**.

30
.github/ISSUE_TEMPLATE/bug-report_zh.md vendored Normal file
View File

@ -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]
**其他有帮助的信息**
提供一些有帮助的信息以协助我们定位问题,如插件清单、报错日志、或者插件的一些配置 **(请隐藏敏感信息)**