Skip to content

Commit 1f24833

Browse files
authored
chore: update issue templates
1 parent f493743 commit 1f24833

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE/----.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: 特性请求
3+
about: 提出一个好的特性
4+
title: "[FEATURE]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## 遇到的问题
11+
描述你想要达到的效果,以及你的使用场景
12+
13+
## 特性方案
14+
描述你希望的实现方案

.github/ISSUE_TEMPLATE/--bug.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: 报告Bug
3+
about: 创建一个Bug报告
4+
title: "[BUG]"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Bug描述
11+
描述你遇到的Bug,所产生的非预期行为
12+
13+
## 复现方式
14+
复现该Bug的方式,建议直接提供 [代码片段](https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
15+
16+
## 版本信息
17+
- weui 版本 [useExtendedLib 引入则直接填写 useExtendedLib] :

0 commit comments

Comments
 (0)