chore: rename main branch from dev to main (#11042)

This commit is contained in:
neverland
2022-09-12 11:34:29 +08:00
committed by GitHub
parent a635e2d80b
commit 82883141a1
20 changed files with 38 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
### Before submitting a pull request, please make sure the following is done:
1. Read the [contributing guide](https://github.com/vant-ui/vant/blob/dev/.github/CONTRIBUTING.md).
1. Read the [contributing guide](https://github.com/vant-ui/vant/blob/main/.github/CONTRIBUTING.md).
2. If you've added code that should be tested, add tests.
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes (`npm test`).