Skip to content

Commit

Permalink
Add issue tmplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Dec 14, 2019
1 parent f7fb007 commit f234a38
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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里。
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.

---


17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f234a38

Please sign in to comment.