Skip to content

Commit

Permalink
docs: update github issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
agalwood committed Feb 21, 2019
1 parent 3e2b448 commit fed5744
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: "bug \U0001F41E"
labels: ''
assignees: ''

---

**Before feedback**
Before you feedback, please search for the issues to see if there are similar problems that can solve your problem.

**Describe the bug**
A clear and concise description of what the bug is.

Expand All @@ -23,12 +26,10 @@ 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. macOS, Windows, Linux]
- Version [e.g. 10.14.2, Win 10]

**App (please complete the following information):**
- Version [e.g. 1.1.0]
**Environment (please complete the following information):**
- OS & Version: [e.g. macOS, Windows, Linux]
- Version [e.g. macOS 10.14.2, Windows 10, Ubuntu 18.04]
- Motrix Version [e.g. v1.1.3, v1.1.0]

**Additional context**
Add any other context about the problem here.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_cn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug 反馈
about: 创建一个 Bug 报告帮助我们改进
title: '请按以下格式填写反馈信息'
labels: ''
assignees: ''

---
**反馈之前**
反馈之前请搜索一下已有 issues 和 帮助文档,看是否有类似问题可以解决你的问题
https://github.com/agalwood/Motrix/issues
http://motrix.app/support

**Bug 描述**
清楚简洁地描述 Bug

**如何重现**
重现步骤,如:
1. 点击新建任务按钮
2. 黏贴链接(如链接不涉及到隐私和版权问题,请顺便提供)
3. 点击提交
4. 发现报错

**预期的行为**
清楚简洁地描述您期望发生的事情。

**截图**
请添加屏幕截图以帮助解释您的问题:
打开应用菜单中的「帮助」——「开发者工具」—— 切换到 console,然后**完整**截图。

**运行环境**
- 操作系统类型: [如 macOS, Windows, Linux]
- 具体版本 [如 macOS 10.14.2, Windows 10, Ubuntu 18.04]
- Motrix 版本 [如 v1.1.3, v1.1.0]

**更多信息**
添加有关此问题的任何其他上下文信息。

0 comments on commit fed5744

Please sign in to comment.