Files
vant/.github/PULL_REQUEST_TEMPLATE.md
T

721 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

[type] ComponentNamecontent

Example

  • [fix] Button: incorrect style
  • [feat] Button: add color prop
  • [dosc] Button: fix typo

Allowed Types:

  • fix
  • feat
  • docs
  • perf
  • test
  • types
  • build
  • chore
  • refactor
  • breaking change