mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
633 B
633 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
[bugfix / new feature / improvement] ComponentName:content
Example:
- [bugfix] Button: color prop not work
- [new feature] Button: add color prop
- [improvement] Button: optimize performance