diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..7f7de61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: 报告一个bug +title: '' +labels: bug +assignees: '' + +--- + +**描述一下这个bug** +清楚而简洁地描述了错误是什么 + +**复现方式** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**预期行为** +清晰简明地描述了您预期的发生。 + +**截图** +如果可以,请添加屏幕截图以帮助解释您的问题。 diff --git a/.github/ISSUE_TEMPLATE/development-problem.md b/.github/ISSUE_TEMPLATE/development-problem.md new file mode 100644 index 0000000..140e48d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/development-problem.md @@ -0,0 +1,10 @@ +--- +name: Development Problem +about: 任何开发建议、使用问题、交流学习都可以 +title: '' +labels: help wanted +assignees: '' + +--- + +## 任何开发建议、交流学习都可以 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..a7e39dd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: 提交一个新特性/功能 +title: '' +labels: feature +assignees: '' + +--- + +**您的功能请求是否与问题相关? 请简单描述.** +清晰简明地描述问题是什么. Ex. I'm always frustrated when [...] + +**请描述一下您想要的解决方案** +清晰简明地描述您想要发生的事情。 + +**描述你考虑过的替代方案** +清晰简洁地描述您所考虑的任何替代解决方案或功能。