Skip to content

Commit 4ad51be

Browse files
committed
chore: add issue template
1 parent a1708e9 commit 4ad51be

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report(报告问题)
3+
about: Create a report to help us improve
4+
---
5+
<!--
6+
注意:为更好的解决你的问题,请参考模板提供完整信息,准确描述问题,信息不全的 issue 将被关闭。
7+
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.
8+
-->
9+
## Bug report(问题描述)
10+
11+
#### Steps to reproduce(问题复现步骤)
12+
<!--
13+
1. [xxx]
14+
2. [xxx]
15+
3. [xxxx]
16+
-->
17+
18+
#### Screenshot or Gif(截图或动态图)
19+
20+
21+
#### Link to minimal reproduction (最小可在线还原demo)
22+
23+
<!--
24+
Please only use Codepen, JSFiddle, CodeSandbox or a github repo
25+
-->
26+
27+
#### Other relevant information(格外信息)
28+
- Your OS:
29+
- Node.js version:
30+
- vue-element-admin version:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Feature Request(新功能建议)
3+
about: Suggest an idea for this project
4+
---
5+
6+
## Feature request(新功能建议)
7+

.github/ISSUE_TEMPLATE/question.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Question(提问)
3+
about: Asking questions about use
4+
---
5+
6+
## Question(提问)
7+
8+
<!--
9+
提问之前,请确定你已经过自己的努力,尝试解决过这个问题。
10+
若是代码相关问题,请不要只截图,请提供在线 demo,以便节约彼此的时间。
11+
12+
Before asking a question, please make sure that you have tried your best to solve this problem.
13+
If it's a code-related issue, please don't just take screenshots. Please provide an online demo to save each other's time.
14+
-->

0 commit comments

Comments
 (0)