Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sivan authored Jul 4, 2019
1 parent 6666db8 commit f9b25d7
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/----.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 功能需求
about: 描述你期待的功能
title: ''
labels: enhancement
assignees: ''

---

**你期望的功能是否与某种使用上的困难相关?如果是请描述一下**
清晰简洁的描述一下你遇到的问题,例如:当我 [...] 总是困扰应该如何 [...]

**描述你期待的解决方案**
清晰简洁的描述一下你期望的行为。

**描述你考虑的其它形式**
清晰简洁的描述你考虑过的其它解决方式或实现功能。

**附加信息**
关于你的功能需求的任何附加信息或截图说明等。
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug------bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug 上报 | Bug report
about: 提交错误报告 | Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**描述 bug | 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.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug---.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug 上报
about: 提交错误报告来帮助我们改进
title: ''
labels: bug
assignees: ''

---

**Bug 描述**
清晰简洁的描述 bug 内容。

**参考**
重现步骤:
1. 使用 xx 组件
2. 点击 '....'
3. 触发 '....'
4. 此时控制台开始抛错

**预期行为**
清晰简洁的描述应当产生的效果。

**截屏**
如果方便的话可以提供一个截屏描述你的问题。


**可重现环境:**
- 系统: [比如 macOS]
- 浏览器: [比如 chrome, safari]
- HIUI 的版本: [比如 1.3.6]

**附加内容**
关于此问题的其它信息。

0 comments on commit f9b25d7

Please sign in to comment.