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

633 B
Raw Blame History

Before submitting a pull request, please make sure the following is done:

  1. Fork the repository and create your branch from dev.
  2. Follow the contributing guide to setup your develop environment.
  3. If you've added code that should be tested, add tests.
  4. If you've changed APIs, update the documentation.
  5. 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