diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..566f9b48c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug(现象描述)** +A clear and concise description of what the bug is.(简洁的描述该bug的现象) + +**To Reproduce**(如何复现) +Steps to reproduce the behavior:(复现步骤) +1. Go to '...'(进入XXX) +2. Click on '....'(点击XXX) +3. Scroll down to '....'(下滑到XXX) +4. See error(发现错误XXX) + +**Expected behavior**(期望结果) +A clear and concise description of what you expected to happen.(描述一下期望的结果) + +**Screenshots**(截图) +If applicable, add screenshots to help explain your problem.(通过截图更好的解释你的问题) + +**Version(发现问题的版本):** + - OS: [e.g. Android 6.0.1](系统版本,例如Android 6.0.1) + - Version [e.g. v2.3.4](软件版本,例如v2.3.4) + +**Additional context**(其他信息) +Add any other context about the problem here.(其他的补充信息) + +** Logs**(日志文件) +务必将截取到的日志文件发到该issue里。 diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 000000000..99bb9a009 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,7 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..066b2d920 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**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.