From f9b25d72f6ff504028cece5fd4b154ec637cafc2 Mon Sep 17 00:00:00 2001 From: Sivan Date: Thu, 4 Jul 2019 12:10:12 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/----.md | 20 ++++++++++ .github/ISSUE_TEMPLATE/bug------bug-report.md | 38 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug---.md | 33 ++++++++++++++++ 3 files changed, 91 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----.md create mode 100644 .github/ISSUE_TEMPLATE/bug------bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/bug---.md diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 000000000..4dd9a6ced --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,20 @@ +--- +name: 功能需求 +about: 描述你期待的功能 +title: '' +labels: enhancement +assignees: '' + +--- + +**你期望的功能是否与某种使用上的困难相关?如果是请描述一下** +清晰简洁的描述一下你遇到的问题,例如:当我 [...] 总是困扰应该如何 [...] + +**描述你期待的解决方案** +清晰简洁的描述一下你期望的行为。 + +**描述你考虑的其它形式** +清晰简洁的描述你考虑过的其它解决方式或实现功能。 + +**附加信息** +关于你的功能需求的任何附加信息或截图说明等。 diff --git a/.github/ISSUE_TEMPLATE/bug------bug-report.md b/.github/ISSUE_TEMPLATE/bug------bug-report.md new file mode 100644 index 000000000..e35e2a81d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug------bug-report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/bug---.md b/.github/ISSUE_TEMPLATE/bug---.md new file mode 100644 index 000000000..8ca08aff4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug---.md @@ -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] + +**附加内容** +关于此问题的其它信息。