Skip to content

Commit

Permalink
:octocat: 更新 Issue 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Sep 23, 2018
1 parent ccb976a commit feba2af
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 33 deletions.
59 changes: 36 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,47 @@
---
name: Bug report 报告缺陷
about: Create a report to help us improve 报告缺陷以帮助我们改进
name: 报告缺陷
about: 报告缺陷以帮助我们改进
---

**Describe the bug 描述问题**
A clear and concise description of what the bug is. 请尽量清晰精准地描述你碰到的问题。
**请先看[《提问的智慧》](https://hacpai.com/article/1536377163156)**,并尝试到[讨论区](https://hacpai.com/tag/solo)搜寻资料解决问题。

----

### 描述问题

请尽量清晰精准地描述你碰到的问题。

### 重现步骤

请描述如何重现这个问题:

**To Reproduce 重现步骤**
Steps to reproduce the behavior: 请描述如何重现这个问题:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
2. Click on '...'
3. Scroll down to '...'
4. See error

**Expected behavior 期待的结果**
A clear and concise description of what you expected to happen. 请尽量清晰精准地描述你所期待的结果。
### 期待的结果

请尽量清晰精准地描述你所期待的结果。


### 截屏或录像

如果可能,请尽量附加截图或录像来描述你遇到的问题。

### 桌面端环境

- OS: [e.g. windows, mac, linux]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Screenshots 截屏或录像**
If applicable, add screenshots to help explain your problem. 如果可能,请尽量附加截图或录像来描述你遇到的问题。
### 移动端环境

**Desktop (please complete the following information): PC 端环境**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
- Device: [e.g. iPhone8]
- OS: [e.g. iOS12]
- Browser [e.g. stock browser, 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. 请提供其他附加信息帮助我们诊断问题。
请提供其他附加信息帮助我们诊断问题。
24 changes: 14 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
---
name: Feature request 请求新功能
about: Suggest an idea for this project 请提出你的建议或意见
name: 请求新功能
about: 提出你期待的功能特性
---

**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 feba2af

Please sign in to comment.