vant/.github/PULL_REQUEST_TEMPLATE.md
2019-04-22 20:05:43 +08:00

17 lines
633 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 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`.
2. Follow the [contributing guide](./CONTRIBUTING.md) to setup your develop environment.
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`).
#### Title Format
[bugfix / new feature / improvement] ComponentNamecontent
Example
* [bugfix] Button: color prop not work
* [new feature] Button: add color prop
* [improvement] Button: optimize performance