vant-weapp/.github/PULL_REQUEST_TEMPLATE.md
Yao 3286da1706
[bugfix] Doc: 修复文档错误 (#239)
* 修复文档中的错误

* 修改 pr template
2018-05-12 17:12:51 +08:00

28 lines
879 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 提交 PR 前请确保完成以下内容:
### 认真写 PR 的标题,会用于生成 change log。
#### 标题规则
[bugfix / breaking change / new feature / improvement] 组件名字:修改内容描述
说明:
* 前面方括号用来区分 Issue / PR 的 类型bug fix - 改 bugbreaking change: 不兼容的改动new feature新功能
* 修改内容尽可能言简意赅,总结 PR 的改动或者描述 Issue
* 描述请用中文
* 组件名字请用英文,首字母大写
示例:
* [bug fix] Button: 修改颜色
* [breaking change] Loading: 删除 `static` 属性
* [new feature] Form: 增加 `FormSelection` 支持
* [new feature] 新增 Abc 组件
### 提交 PR 前 请把以上内容删除,并填写以下内容。
修复 #xx(issue 编号), 如果没有相关 issue, 请移除这行。
pull request 改动点:
- 改动一
- 改动二