Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
neverland 2019-09-06 11:26:55 +08:00 committed by GitHub
parent 441b0819ee
commit ce18e38af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,27 +1,23 @@
### 提交 PR 前请确保完成以下内容: ### Pull Request 标题规则
### 认真写 PR 的标题,会用于生成 change log。 type(ComponentName?)commit message
### 标题规则
[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 前 请把以上内容删除,并填写以下内容。 - docs: fix typo in quickstart
- build: optimize build speed
- fix(Button): incorrect style
- feat(Button): add color prop
修复 #xx(issue 编号), 如果没有相关 issue, 请移除这行。 可选择的类型:
pull request 改动点: - fix
- feat
- 改动一 - docs
- 改动二 - perf
- test
- types
- build
- chore
- refactor
- breaking change