diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..dd84ea7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +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] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/功能建议.md b/.github/ISSUE_TEMPLATE/功能建议.md new file mode 100644 index 0000000..fcfd876 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能建议.md @@ -0,0 +1,20 @@ +--- +name: 功能建议 +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**描述你的需求* * +对问题的清晰而简洁的描述。 + +**描述你想要的解决方案** +对你想要发生的事情的清晰简洁的描述。 + +**描述你考虑过的替代方案** +清晰简洁地描述你考虑过的任何替代方案或功能。 + +* * * *其他上下文 +在这里添加有关功能请求的任何其他上下文或屏幕截图。 diff --git a/.github/ISSUE_TEMPLATE/问题反馈.md b/.github/ISSUE_TEMPLATE/问题反馈.md new file mode 100644 index 0000000..93974d6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/问题反馈.md @@ -0,0 +1,38 @@ +--- +name: 问题反馈 +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**描述bug** +尽量清晰地描述Bug。 + +重现行为的步骤: + +1. 转到“……” +2. 点击“....” +3. 向下滚动到` .... ` +4. 看到错误 + +* * * *预期行为 +对你期望发生的事情的清晰简洁的描述。 + +* * * *的屏幕截图 +如果可以的话,添加截图来帮助解释你的问题。 + +**桌面(请填写以下信息):** +-操作系统:[例如iOS] +-浏览器[例如chrome、safari] +-版本[例如22] + +**智能手机(请填写以下信息):** +-设备:[例如iPhone6] +-操作系统:[例如iOS8.1] +-浏览器[例如:普通浏览器,safari] +-版本[例如22] + +* * * *其他上下文 +在这里添加有关该问题的任何其他上下文。