From 2f5b5353fa2952cde7e2d1afeb0cc2e2b795a27e Mon Sep 17 00:00:00 2001 From: harrywan Date: Wed, 16 Sep 2020 12:21:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=A2=9E=E5=8A=A0issue=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ISSUE_TEMPLATE/bug-report---zh-----.md | 41 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++ .../feature-request---zh-----.md | 25 +++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++ 4 files changed, 118 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report---zh-----.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request---zh-----.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report---zh-----.md b/.github/ISSUE_TEMPLATE/bug-report---zh-----.md new file mode 100644 index 00000000..e65d69a3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report---zh-----.md @@ -0,0 +1,41 @@ +--- +name: 'Bug report<#!zh: 中文>' +about: Bug Report、反馈问题、提 Bug +title: "[Bug Report/Feeback]" +labels: '' +assignees: '' + +--- + +**问题描述** +简明扼要的描述你的问题 + + + +**环境描述/版本信息 (请完成如下信息)** + - OS: [e.g. Mac/Windows] + - Browser [e.g. chrome, safari] + - Node + - fes -V + - 项目package.json + + +**如何复现** +复现步骤 +1. +2. +3. +4. + +**预期结果** +简明扼要的说明你期待的结果 + + + +**截图** +如果可以的话,附上截图 + + + +**其它补充内容** +任何和这个问题有关的额外内容 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..5dd97eaa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '[Bug Report]' +labels: '' +assignees: '' + +--- + +**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] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request---zh-----.md b/.github/ISSUE_TEMPLATE/feature-request---zh-----.md new file mode 100644 index 00000000..f7555689 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request---zh-----.md @@ -0,0 +1,25 @@ +--- +name: 'Feature request/新需求<#!zh: 中文>' +about: 如果您有好的想法/建议,请提给我们 +title: '[Feature request/新需求]' +labels: '' +assignees: '' + +--- + +**您的Feature Request/想法是否与已有问题有关? 请描述。** +简明扼要的描述你的需求、想法、建议 + + +**简述你想要的解决方案** +没有可以不填写 + + + +**描述你考虑过的替代方案** +是否有替代方案、你看过的不错的参考方案、交互方案等 + + + +**其它补充内容** +任何和这个问题有关的额外内容 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..214cad85 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '[Feature request]' +labels: '' +assignees: '' + +--- + +**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.