Skip to content

Commit

Permalink
Modify issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemangoo committed Feb 15, 2025
1 parent d5c9306 commit 2a5e35a
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Bug反馈 Bug report
name: Bug 反馈 | Bug Report
description:
报告Bug,插件不兼容情况,以及其他相关问题。
报告 Bug,插件不兼容情况,以及其他相关问题。
Report issues with plugin incompatbility or other behavior related issues.
labels:
- bug
- needs testing
- "status: needs triage"
type: Bug
body:
- type: markdown
attributes:
value: |
在汇报前,请确认您是否使用最新版本的 Leaves
Before report, please make sure you are using the latest version.<br>
请详细描述您所遇到的Bug。确保您**真的**遇到了**服务端**Bug,而非原版特性或客户端Bug
请详细描述您所遇到的 Bug。确保您**真的**遇到了**服务端** Bug,而非原版特性或客户端 Bug
Please describe the bug you encountered in detail. Make sure you're **actually** hitting a **server-side** bug, not a vanilla feature or client-side bug.<br>
如果您确定的话,就按照下面的模板填充信息,并提交反馈。
If you are sure, follow the template below to fill in the information and submit your feedback.<br>
如果此bug被尝试修复,您可以帮助我们测试并回复。若bug的确被修复,您可以关闭issue来让开发者确认
如果此 bug 被尝试修复,您可以帮助我们测试并回复。若 bug 的确被修复,您可以关闭 issue 来让开发者确认
If this bug is tried to fix, you can help us test and reply. If the bug is fixed, you can close the issue to let the developer confirm.
- type: input
id: leaves-version
Expand All @@ -41,7 +41,7 @@ body:
attributes:
label: 观测到的实际行为 Observed/Actual behavior
description: 你实际看到的。 What you actually saw.
placeholder: e.g. 使用 /bot remove bot1 命令没有将假人bot1移除,假人仍在
placeholder: e.g. 使用 /bot remove bot1 命令没有将假人 bot1 移除,假人仍在
validations:
required: true
- type: textarea
Expand All @@ -51,7 +51,9 @@ body:
description:
这里应该有一个图片、视频或其他信息来展现你的问题。<br>
This may include a build schematic, a video, or detailed instructions to help reconstruct the issue.
placeholder: e.g. 召唤一个假人,然后使用 /bot remove bot1 命令没有将假人移除,假人仍在
placeholder:
e.g. 召唤一个假人,然后使用 /bot remove bot1 命令没有将假人移除,假人仍在。
image.jpg
validations:
required: true
- type: textarea
Expand Down
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/2-not-vanilla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: 非原版 | Not Vanilla
description:
表现和原版不同,即使是原版的 bug。
Behavior is different from vanilla, even if it's a vanilla bug.
labels:
- "scope: not vanilla"
- "status: needs triage"
type: Bug
body:
- type: markdown
attributes:
value: |
在汇报前,请确认您是否使用最新版本的 Leaves
Before report, please make sure you are using the latest version.<br>
请详细描述您所遇到的非原版表现。确保您**真的**遇到了 **Leaves 导致的** 与**当前原版版本**不符的特性,而非插件或客户端导致的或是原版版本差异导致的。
Please describe the non-vanilla behavior you encountered in detail. Make sure you're **actually** hitting a **Leaves-caused** feature that is **different from the current vanilla version**, not caused by plugins or clients or version differences.<br>
如果您确定的话,就按照下面的模板填充信息,并提交反馈。
If you are sure, follow the template below to fill in the information and submit your feedback.<br>
如果这个问题被尝试修复,您可以帮助我们测试并回复。若确认修复,您可以关闭 issue 来告知开发者。
If this issue is tried to fix, you can help us test and reply. If the issue is fixed, you can close the issue to let the developer confirm.
- type: input
id: leaves-version
attributes:
label: 服务端版本 Leaves Version
description:
Leaves服务端发行版本 Leaves server release version (contains the git commit's hash)<br>
通过执行`/version`命令将获取到的内容复制到这里。 Run `/version` on your server and paste the full, unmodified output here.
placeholder: >
e.g. This server is running Leaves version 1.21.1-79-master@21c276f (2024-11-15T15:39:36Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: 预期的行为 Expected behavior
description: 你期望看到的情况是什么样。What you expected to see.
placeholder: e.g. 实体进入传送门传送后动量方向应改变 90°
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: 观测到的实际行为 Observed/Actual behavior
description: 你实际看到的。 What you actually saw.
placeholder: e.g. 实体进入传送门传送后动量方向改变 45°
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: 复现步骤 Steps/models to reproduce
description:
这里应该有一个图片、视频或其他信息来展现你的问题。<br>
This may include a build schematic, a video, or detailed instructions to help reconstruct the issue.
placeholder:
e.g. 创建一个传送门,把一个实体推入传送门,观察实体传送后的动量方向。
image.jpg
validations:
required: true
- type: textarea
id: other
attributes:
label: 更多详细信息。 The more information.
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: 新的需求 Feature Request
name: 新的需求 | Feature Request
description:
为Leaves提供新的想法
为 Leaves 提供新的想法
Suggest an idea for Leaves.
labels:
- enhancement
- "status: needs triage"
type: Feature
body:
- type: markdown
attributes:
value: |
感谢您为Leaves提交新的需求!请尽可能详细地描述,以便我们可以更轻松地考虑和审查请求。
感谢您为 Leaves 提交新的需求!请尽可能详细地描述,以便我们可以更轻松地考虑和审查请求。
Thank you for filling out a feature request for Leaves! Please be as detailed as possible so that we may consider and review the request easier.<br>
请搜索所有问题以避免重复的功能请求。如果您期望的功能已存在,请回复如果您有什么要补充的。
We ask that you search all the issues to avoid a duplicate feature request. If one exists, please reply if you have anything to add.<br>
在请求新功能之前,请确保您使用的是最新版本并且您请求的功能不在 Leaves 中。
Before requesting a new feature, please make sure you are using the latest version and that the feature you are requesting is not already in Leaves.<br>
我们的开发人员可能没有过多时间来测试新功能的可用性,如新功能进入Test状态,您可以帮助我们进行测试并回复。
我们的开发人员可能没有过多时间来测试新功能的可用性,如新功能进入 Test 状态,您可以帮助我们进行测试并回复。
Our developers may not have much time to test the usability of new functions. If the new functions enter the Test state, you can help us test and reply.
- type: textarea
Expand All @@ -25,7 +26,7 @@ body:
validations:
required: true
- type: textarea
id: othre
id: other
attributes:
label: 其他 Other
description: 添加其他的信息。 Add any other context or screenshots about the feature request below.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/4-blank-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 空白 Issue | Blank Issue
description:
一个空白的 issue 模板。
A blank issue template.
labels:
- "status: needs triage"

body:
- type: textarea
id: comment
attributes:
label: 详细内容 Details
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Discussion
url: https://github.com/LeavesMC/Leaves/discussions
about: 对于其它问题 | For other questions
- name: Discord
url: https://discord.gg/5hgtU72w33
about: 在Discord上联系我们 | Contact us on Discord

0 comments on commit 2a5e35a

Please sign in to comment.