mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-16 01:39:15 +08:00
719 B
719 B
Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
dev
. - Follow the contributing guide to setup your develop environment.
- If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes (
npm test
).
Title Format
[type] ComponentName:content
Example:
- fix(Button): incorrect style
- feat(Button): incorrect style
- docs(Button): fix typo
Allowed Types:
- fix
- feat
- docs
- perf
- test
- types
- build
- chore
- refactor
- breaking change