vant-weapp/.github/PULL_REQUEST_TEMPLATE.md
2019-09-06 11:26:55 +08:00

24 lines
313 B
Markdown
Raw Permalink 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.

### 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