Skip to content

Commit b23aaa1

Browse files
authoredJul 28, 2023
Update issue templates
1 parent ee0592f commit b23aaa1

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Bug 描述**
11+
请清晰描述 Bug 情况
12+
13+
**复现步骤**
14+
请描述复现步骤,并且提供最小可复现示例(CodeSandbox, CodePen 链接等)
15+
16+
**期望表现**
17+
18+
19+
**实际表现**
20+
21+
22+
**组件版本**
23+
- Vue:
24+
- @wsfe/ctree:
25+
- @wsfe/vue-tree:
26+
- 其他可帮助复现的 npm 包名称及版本
27+
28+
**额外信息**
29+
其他要补充的信息

‎.github/ISSUE_TEMPLATE/question.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Question
3+
about: Ask questions
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**问题描述**
11+
想咨询的问题
12+
13+
**组件版本**
14+
- Vue2 或 Vue3
15+
- @wsfe/ctree 或者 @wsfe/vue-tree

0 commit comments

Comments
 (0)