mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[docs] update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
22
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -8,9 +8,23 @@
|
|||||||
|
|
||||||
#### Title Format
|
#### Title Format
|
||||||
|
|
||||||
[bugfix / new feature / improvement] ComponentName:content
|
[type] ComponentName:content
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
* [bugfix] Button: color prop not work
|
|
||||||
* [new feature] Button: add color prop
|
- [fix] Button: incorrect style
|
||||||
* [improvement] Button: optimize performance
|
- [feat] Button: add color prop
|
||||||
|
- [dosc] Button: fix typo
|
||||||
|
|
||||||
|
Allowed Types:
|
||||||
|
|
||||||
|
- fix
|
||||||
|
- feat
|
||||||
|
- docs
|
||||||
|
- perf
|
||||||
|
- test
|
||||||
|
- types
|
||||||
|
- build
|
||||||
|
- chore
|
||||||
|
- refactor
|
||||||
|
- breaking change
|
||||||
|
Reference in New Issue
Block a user