From ea2544be2c71444ce6495f67abbdf23ae17c6b46 Mon Sep 17 00:00:00 2001
From: Fortern <53903789+Fortern@users.noreply.github.com>
Date: Sat, 13 Aug 2022 15:35:24 +0800
Subject: [PATCH] [ci skip] Create bug-report.yml and feature-request.yml (#1)
* Create bug-report.yml
* Create feature-request.yml
---
.github/ISSUE_TEMPLATE/bug-report.yml | 64 ++++++++++++++++++++++
.github/ISSUE_TEMPLATE/feature-request.yml | 27 +++++++++
2 files changed, 91 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml
create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
new file mode 100644
index 00000000..c52a706e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -0,0 +1,64 @@
+name: Bug反馈 Bug report
+description:
+ 报告Bug,插件不兼容情况,以及其他相关问题。
+ Report issues with plugin incompatbility or other behavior related issues.
+body:
+ - type: markdown
+ attributes:
+ value: |
+ 请详细描述您所遇到的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.
+ 如果您确定的话,就按照下面的模板填充信息,并提交反馈。
+ If you are sure, follow the template below to fill in the information and submit your feedback.
+ - type: input
+ id: leavesMC-version
+ attributes:
+ label: 服务端版本 LeavesMC Version
+ description:
+ LeavesMC服务端发行版本 LeavesMC server release version (contains the git commit's hash)
+ 通过执行`/version`命令将获取到的内容复制到这里。 Run `/version` on your server and paste the full, unmodified output here.
+ placeholder: >
+ e.g. git-Leaves-"d4cc9fe" (MC: 1.19)
+ validations:
+ required: true
+ - type: textarea
+ id: expected-behavior
+ attributes:
+ label: 预期的行为 Expected behavior
+ description: 你期望看到的情况是什么样。What you expected to see.
+ placeholder: e.g. 使用 /bot remove [botname] 命令可以将假人移除
+ validations:
+ required: true
+ - type: textarea
+ id: actual-behavior
+ attributes:
+ label: 观测到的实际行为 Observed/Actual behavior
+ description: 你实际看到的。 What you actually saw.
+ placeholder: e.g. 使用 /bot remove bot1 命令没有将假人bot1移除,假人仍在
+ validations:
+ required: true
+ - type: textarea
+ id: reproduce
+ attributes:
+ label: 复现步骤 Steps/models to reproduce
+ description:
+ 这里应该有一个图片、视频或其他信息来展现你的问题。
+ This may include a build schematic, a video, or detailed instructions to help reconstruct the issue.
+ placeholder: e.g. 召唤一个假人,然后使用 /bot remove bot1 命令没有将假人移除,假人仍在
+ validations:
+ required: true
+ - type: textarea
+ id: plugin-list
+ attributes:
+ label: 插件与数据包列表。 Plugin and Datapack List.
+ description:
+ 服务器上的所有插件和数据包列表。
+ All plugins and datapacks running on your server.
+ 执行命令`/plugins`查看插件列表。执行命令`/datapack list`查看数据包列表。
+ To list plugins, run `/plugins`. For datapacks, run `/datapack list`.
+ validations:
+ required: true
+ - type: textarea
+ id: other
+ attributes:
+ label: 更多详细信息。 The more information.
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
new file mode 100644
index 00000000..9f267727
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -0,0 +1,27 @@
+name: 新的需求 Feature Request
+description:
+ 为Leaves提供新的想法。
+ Suggest an idea for Leaves.
+body:
+ - type: markdown
+ attributes:
+ value: |
+ 感谢您为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.
+ 请搜索所有问题以避免重复的功能请求。如果您期望的功能已存在,请回复如果您有什么要补充的。
+ 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.
+ 在请求新功能之前,请确保您使用的是最新版本并且您请求的功能不在 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 Paper.
+
+ - type: textarea
+ id: feature
+ attributes:
+ label: 描述你希望添加的功能。 Describe the feature you'd like.
+ placeholder: e.g. 可以给指定的假人设置俯仰角和偏向角
+ validations:
+ required: true
+ - type: textarea
+ id: othre
+ attributes:
+ label: 其他 Other
+ description: 添加其他的信息。 Add any other context or screenshots about the feature request below.