diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md new file mode 100644 index 0000000..1c69b4f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -0,0 +1,20 @@ +--- +name: 功能请求 +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**新功能是否和BUG有关?** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**新功能表述** +A clear and concise description of what you want to happen. + +**新功能实现方案** +A clear and concise description of any alternative solutions or features you've considered. + +**补充信息** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/报告bug.md b/.github/ISSUE_TEMPLATE/报告bug.md new file mode 100644 index 0000000..ffd43f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/报告bug.md @@ -0,0 +1,33 @@ +--- +name: 报告BUG +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**BUG描述** +A clear and concise description of what the bug is. + +**复现方式** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**正常情况的表现** +A clear and concise description of what you expected to happen. + +**截图** +If applicable, add screenshots to help explain your problem. + +**运行环境:** + - 服务器系统:win, linux + - 服务端核心:(如:Paper、Spigot) + - 服务端版本: + - 插件版本: + +**补充信息** +Add any other context about the problem here.