vant/.github/PULL_REQUEST_TEMPLATE.md
2022-07-23 22:10:20 +08:00

634 B
Raw Blame History

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

  1. Read the contributing guide.
  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

type(ComponentName?)commit message

Example

  • docs: fix typo in quickstart
  • build: optimize build speed
  • fix(Button): incorrect style
  • feat(Button): add color prop

Allowed Types:

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