From fed57446075fbeffaa080aaad7e2e82bc7015d10 Mon Sep 17 00:00:00 2001 From: Dr_rOot Date: Thu, 21 Feb 2019 12:56:30 +0800 Subject: [PATCH] docs: update github issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++----- .github/ISSUE_TEMPLATE/bug_report_cn.md | 37 +++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 7 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report_cn.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5d2e6ae..7e8b45d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. @@ -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. diff --git a/.github/ISSUE_TEMPLATE/bug_report_cn.md b/.github/ISSUE_TEMPLATE/bug_report_cn.md new file mode 100644 index 0000000..681095f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report_cn.md @@ -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] + +**更多信息** +添加有关此问题的任何其他上下文信息。