diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 0000000..29a2a6b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,11 @@ +--- +name: 改进建议 +about: 提交一个功能/项目的改进建议 +title: 提交一个功能/项目的改进建议 +labels: enhancement +assignees: bobowire + +--- + +**在使用过程中有了更好的想法?请在这里告诉我们.** +在这里描述你的想法,例如:在使用xxx的时候,我发现这样做能更舒服... diff --git a/.github/ISSUE_TEMPLATE/bug--.md b/.github/ISSUE_TEMPLATE/bug--.md new file mode 100644 index 0000000..7a46d92 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug--.md @@ -0,0 +1,30 @@ +--- +name: BUG模板 +about: 提交一个BUG帮助我们完善项目 +title: 提交一个BUG帮助我们完善项目 +labels: bug +assignees: bobowire + +--- + +**Bug的描述** +用简短的语言描述Bug造成的现象,例如:在输入服务名称后,程序卡死。 + +**操作步骤** +产生bug前,你的行为: +1. 打开 '...' +2. 输入 '....' +3. 点击 '....' +4. 发现 bug + +**你所期望的结果** +1. 打开 '...' +2. 输入 '....' +3. 点击 '....' +4. 成功连接远程桌面 + +**bug截图** +发生BUG后,将日志文件数据以及控制台数据截图给我们,能更快的让我们修复bug + +**其它想说的** +关于bug的其它想法,可以在这里说明 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.