mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
956 B
956 B
Before submitting a pull request, please make sure the following is done:
提交 PR 前请确保完成以下内容:
- Fork the repository and create your branch from
master
. - 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
). - Make sure your code lints (
npm run lint
). - Describe your pull request.
请认真写 PR 的标题,会用于生成 change log。
Please remove the above lines when you submit this pull request, also please fill in the changes you've made in this pull request.
提交 PR 前 请把以上内容删除,并填写以下内容。
Fixes #xx(issue number here), remove this line if no related issue.
Changes you made in this pull request:
- some change
- another change