Commit 04fefbf439590135aba7db15e00bc5ae86aaafad

Authored by 小小鲁班
Committed by GitHub
1 parent a19188de

Update issue templates

.github/ISSUE_TEMPLATE/bug-report---zh-----.md 0 → 100644
  1 +---
  2 +name: 'Bug report<#!zh: 中文>'
  3 +about: Bug Report、反馈问题、提 Bug
  4 +title: "[Bug Report/Feeback]"
  5 +labels: ''
  6 +assignees: ''
  7 +
  8 +---
  9 +
  10 +**Describe the bug<#!zh: 问题描述>**
  11 +A clear and concise description of what the bug is.
  12 +#!zh 简明扼要的描述你的问题
  13 +
  14 +**Version Info (please complete the following information):**
  15 +**#!zh 环境描述 (请完成如下信息):**
  16 + - OS: [e.g. Mac/Windows]
  17 + - Browser [e.g. chrome, safari]
  18 + - Node
  19 + - Local/Online Demo Of luban-h5.com <#!zh: 本地开发版本/鲁班线上 Demo>
  20 +
  21 +**To Reproduce<#!zh 如何复现>**
  22 +Steps to reproduce the behavior:
  23 +1. Go to '...'
  24 +2. Click on '....'
  25 +3. Scroll down to '....'
  26 +4. See error
  27 +
  28 +**Expected behavior<#!zh 预期结果>**
  29 +A clear and concise description of what you expected to happen.
  30 +
  31 +**Screenshots<#!zh 截图>**
  32 +If applicable, add screenshots to help explain your problem.
  33 +
  34 +
  35 +
  36 +**Additional context<#! 其它补充内容>**
  37 +Add any other context about the problem here.
  38 +
  39 +
  40 +---
  41 +
  42 +**问题描述**
  43 +简明扼要的描述你的问题
  44 +
  45 +
  46 +**环境描述/版本信息 (请完成如下信息)**
  47 + - OS: [e.g. Mac/Windows]
  48 + - Browser [e.g. chrome, safari]
  49 + - Node
  50 + - 本地开发版本 or 鲁班线上 Demo?
  51 +
  52 +**如何复现**
  53 +复现步骤
  54 +1.
  55 +2.
  56 +3.
  57 +4.
  58 +
  59 +**预期结果**
  60 +简明扼要的说明你期待的结果
  61 +
  62 +**截图**
  63 +如果可以的话,附上截图
  64 +
  65 +
  66 +
  67 +**其它补充内容**
  68 +任何和这个问题有关的额外内容
... ...
.github/ISSUE_TEMPLATE/bug_report.md 0 → 100644
  1 +---
  2 +name: Bug report
  3 +about: Create a report to help us improve
  4 +title: ''
  5 +labels: ''
  6 +assignees: ''
  7 +
  8 +---
  9 +
  10 +**Describe the bug**
  11 +A clear and concise description of what the bug is.
  12 +
  13 +**To Reproduce**
  14 +Steps to reproduce the behavior:
  15 +1. Go to '...'
  16 +2. Click on '....'
  17 +3. Scroll down to '....'
  18 +4. See error
  19 +
  20 +**Expected behavior**
  21 +A clear and concise description of what you expected to happen.
  22 +
  23 +**Screenshots**
  24 +If applicable, add screenshots to help explain your problem.
  25 +
  26 +**Desktop (please complete the following information):**
  27 + - OS: [e.g. iOS]
  28 + - Browser [e.g. chrome, safari]
  29 + - Version [e.g. 22]
  30 +
  31 +**Smartphone (please complete the following information):**
  32 + - Device: [e.g. iPhone6]
  33 + - OS: [e.g. iOS8.1]
  34 + - Browser [e.g. stock browser, safari]
  35 + - Version [e.g. 22]
  36 +
  37 +**Additional context**
  38 +Add any other context about the problem here.
... ...
.github/ISSUE_TEMPLATE/feature-request---zh-----.md 0 → 100644
  1 +---
  2 +name: 'Feature request<#!zh: 中文>'
  3 +about: 如果您有好的想法/建议,请提给我们
  4 +title: ''
  5 +labels: ''
  6 +assignees: ''
  7 +
  8 +---
  9 +
  10 +** 您的Feature Request/想法是否与已有问题有关? 请描述。 **
  11 +简明扼要地描述问题出在哪里。例如,每当[ ... ]时我总是感到沮丧
  12 +
  13 +
  14 +** 描述你想要的解决方案 **
  15 +对你想要发生的事情做一个简明扼要的描述。
  16 +或者您有好的想法(a great idea),或者想法、建议、思路等等都可以直接通过 issue 反馈给我们
  17 +
  18 +
  19 +** 描述你考虑过的替代方案 **
  20 +对您考虑过的任何替代解决方案或特性进行简明扼要的描述。
  21 +
  22 +
  23 +**其它补充内容**
  24 +任何和这个问题有关的额外内容
... ...
.github/ISSUE_TEMPLATE/feature_request.md 0 → 100644
  1 +---
  2 +name: Feature request
  3 +about: Suggest an idea for this project
  4 +title: ''
  5 +labels: ''
  6 +assignees: ''
  7 +
  8 +---
  9 +
  10 +**Is your feature request related to a problem? Please describe.**
  11 +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
  12 +
  13 +**Describe the solution you'd like**
  14 +A clear and concise description of what you want to happen.
  15 +
  16 +**Describe alternatives you've considered**
  17 +A clear and concise description of any alternative solutions or features you've considered.
  18 +
  19 +**Additional context**
  20 +Add any other context or screenshots about the feature request here.
... ...