Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
neverland 2019-07-04 16:04:33 +08:00 committed by GitHub
parent d06c4b09b0
commit 64bb96aeb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
### Before submitting a pull request, please make sure the following is done: ### Before submitting a pull request, please make sure the following is done:
1. Fork [the repository](https://github.com/youzan/vant) and create your branch from `dev`. 1. Fork [the repository](https://github.com/youzan/vant) and create your branch from `dev`.
2. Follow the [contributing guide](./CONTRIBUTING.md) to setup your develop environment. 2. Follow the [contributing guide](https://github.com/youzan/vant/blob/dev/.github/CONTRIBUTING.md) to setup your develop environment.
2. If you've added code that should be tested, add tests. 2. If you've added code that should be tested, add tests.
3. If you've changed APIs, update the documentation. 3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes (`npm test`). 4. Ensure the test suite passes (`npm test`).