update ISSUE_TEMPLATE.md

This commit is contained in:
陈嘉涵 2019-06-22 11:01:07 +08:00
parent 6e1d9408ec
commit 7573c32ca1
3 changed files with 9 additions and 49 deletions

9
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,9 @@
你好,请使用下面的链接创建 issue 以帮助我们更快的排查问题,不规范的 issue 会被关闭,感谢配合。
https://youzan.github.io/vant-issue-generater
---
Please use the link below to create a new issue, the non-standard issue will be closed.
https://youzan.github.io/vant-issue-generater

View File

@ -1,27 +0,0 @@
---
name: Bug report 错误报告
about: Create a report to help us improve
---
注意:请按照下面的模板来新建 issue不规范的 issue 会被立即关闭.
**描述一下问题**
描述一下你遇到的问题,包括复现方式、导致结果
**截图**
如果是 UI 问题,请提供具体截图
**核心代码**
请提供使用组件的核心代码
```js
```
```wxml
```
**环境**
- 设备:
- 基础库版本:
- Vant Weapp 版本:

View File

@ -1,22 +0,0 @@
---
name: Feature request 功能需求
about: Suggest an idea for this project
---
注意:请按照下面的模板来新建 issue不规范的 issue 会被立即关闭.
**你需要的功能是?**
描述一下你需要的功能,用于解决什么问题
**你期望 API 是什么样的?**
描述一下你期望的 API 形式
**示例代码**
请展示一下新功能的大致用法
```js
```
```wxml
```