vant/.github/PULL_REQUEST_TEMPLATE.md
neverland 66f3aac389
build: update lint-commit-msg rules (#4167)
* build: update lint-commit-msg rules

* build: update release.sh
2019-08-21 10:06:54 +08:00

719 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): incorrect style
  • docs(Button): fix typo

Allowed Types:

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