We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f493743 commit 1f24833Copy full SHA for 1f24833
.github/ISSUE_TEMPLATE/----.md
@@ -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
@@ -0,0 +1,17 @@
+name: 报告Bug
+about: 创建一个Bug报告
+title: "[BUG]"
+## Bug描述
+描述你遇到的Bug,所产生的非预期行为
+## 复现方式
+复现该Bug的方式,建议直接提供 [代码片段](https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
15
16
+## 版本信息
17
+- weui 版本 [useExtendedLib 引入则直接填写 useExtendedLib] :
0 commit comments