[docs] update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
陈嘉涵 2019-08-20 20:27:35 +08:00
parent dbf568e68b
commit a7e66f1f8c

View File

@ -8,9 +8,23 @@
#### Title Format
[bugfix / new feature / improvement] ComponentNamecontent
[type] ComponentNamecontent
Example
* [bugfix] Button: color prop not work
* [new feature] Button: add color prop
* [improvement] Button: optimize performance
- [fix] Button: incorrect style
- [feat] Button: add color prop
- [dosc] Button: fix typo
Allowed Types:
- fix
- feat
- docs
- perf
- test
- types
- build
- chore
- refactor
- breaking change