1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00

Set default templates for github issues (#166)

This commit is contained in:
Yamel Senih 2019-11-21 07:12:53 -04:00 committed by GitHub
parent 94cc98f3b4
commit 553b07c2bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 71 additions and 17 deletions

View File

@ -1,22 +1,21 @@
---
name: Bug report(报告问题)
name: Bug report
about: Create a report to help us improve
title: "[Bug Report]"
labels: bug
assignees: ''
---
<!--
注意:为更好的解决你的问题,请参考模板提供完整信息,准确描述问题,信息不全的 issue 将被关闭。
Note: In order to better solve your problem, please refer to the template to provide complete information, accurately describe the problem, and the incomplete information issue will be closed.
-->
## Bug report
#### Steps to reproduce
## Bug report问题描述
#### Steps to reproduce问题复现步骤
<!--
1. [xxx]
2. [xxx]
3. [xxxx]
-->
#### Screenshot or Gif截图或动态图
@ -27,7 +26,13 @@ about: Create a report to help us improve
Please only use Codepen, JSFiddle, CodeSandbox or a github repo
-->
#### Other relevant information格外信息
#### Expected behavior
A clear and concise description of what you expected to happen.
#### Other relevant information
- Your OS:
- Node.js version:
- vue-element-admin version:
#### Additional context
Add any other context about the problem here.

View File

@ -1,7 +1,30 @@
---
name: Feature Request新功能建议
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: enhancement
assignees: ''
---
## Feature request新功能建议
<!--
Note: Is your feature request related to a problem? Please describe.
-->
## Feature request
<!--
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.
-->

View File

@ -1,14 +1,40 @@
---
name: Question提问
about: Asking questions about use
name: Custom issue template
about: Describe this issue template's purpose here.
title: "[Question]"
labels: question
assignees: ''
---
## Question提问
Question
Asking questions about use
## Question
<!--
提问之前,请确定你已经过自己的努力,尝试解决过这个问题。
若是代码相关问题,请不要只截图,请提供在线 demo以便节约彼此的时间。
Before asking a question, please make sure that you have tried your best to solve this problem.
If it's a code-related issue, please don't just take screenshots. Please provide an online demo to save each other's time.
-->
#### Steps to reproduce
1. [xxx]
2. [xxx]
3. [xxxx]
#### Screenshot or Gif
#### Link to minimal reproduction
<!--
Please only use Codepen, JSFiddle, CodeSandbox or a github repo
-->
#### Other relevant information
- Your OS:
- Node.js version:
- vue-element-admin version:
#### Additional context
Add any other context about the problem here.