diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..061ae5d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,15 +24,14 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - +1. Desktop 1 + - OS: [e.g. CentOS 7.1] + - Platform: [e.g. CraftBukkit version git-Spigot-f56e2e7-ad6070d (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)] + - Version: [e.g. 1.1.0] +2. Desktop 2 + - OS: [e.g. Windows Server 2012 R2] + - Platform: [e.g. CoolQ Pro] + - Version: [e.g. 1.1.0] + **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report_cn.md b/.github/ISSUE_TEMPLATE/bug_report_cn.md new file mode 100644 index 0000000..4df58d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_cn.md @@ -0,0 +1,38 @@ +--- +name: 报告Bug +about: 创建一个Bug报告来帮助我们做的更好 +title: '' +labels: '' +assignees: '' + +--- + +**描述这个错误** +请在这里描述这个错误大概是一个怎么样的错误 + +**复现** +通过以下的操作可以产生这个错误: +1. 打开 '...' +2. 按下 '....' +3. 下拉滚动 '....' +4. 发现错误 + +**期望的运行结果** +你觉得,如果没有出现这个错误的话,这个程序的运行结果是怎么样的。 + +**截图** +如果可以的话,请在这里加上截图便于我们定位错误。 + +**作业平台 (请务必完善本栏内容):** +1. 第一作业平台 + - 操作系统: [e.g. CentOS 7.1] + - 运行平台: [e.g. CraftBukkit version git-Spigot-f56e2e7-ad6070d (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)] + - 插件版本: [e.g. 1.1.0] +2. 第二作业平台 + - 操作系统: [e.g. Windows Server 2012 R2] + - 运行平台: [e.g. CoolQ Pro] + - 插件版本: [e.g. 1.1.0] + + +**附加信息** +你还想说些啥。 diff --git a/.github/ISSUE_TEMPLATE/feature_request_cn.md b/.github/ISSUE_TEMPLATE/feature_request_cn.md new file mode 100644 index 0000000..3fcc729 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request_cn.md @@ -0,0 +1,21 @@ +--- +name: 功能建议 +about: 一起来出谋划策吧 +title: '' +labels: '' +assignees: '' + +--- + +**你为什么想让我们添加这个功能?** +如果这个功能添加到插件里可以给你提供什么实际帮助吗? +比如:我一直觉得在XXX上有一些局限性,我觉得如果有了这个XX功能的话可以带来XXX的正面效果。 + +**描述你想要的效果** +请清晰明确地描述你想要的效果。 + +**描述你想要的次选效果** +如果无法达到上一栏的效果的话,你认为怎么样的次选方案你能够接受? + +**附加信息** +你还想说些啥。