mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
24 lines
313 B
Markdown
24 lines
313 B
Markdown
### Pull Request 标题规则
|
||
|
||
type(ComponentName?):commit message
|
||
|
||
示例:
|
||
|
||
- docs: fix typo in quickstart
|
||
- build: optimize build speed
|
||
- fix(Button): incorrect style
|
||
- feat(Button): add color prop
|
||
|
||
可选择的类型:
|
||
|
||
- fix
|
||
- feat
|
||
- docs
|
||
- perf
|
||
- test
|
||
- types
|
||
- build
|
||
- chore
|
||
- refactor
|
||
- breaking change
|