vant-weapp/.github/PULL_REQUEST_TEMPLATE.md
2019-09-06 11:26:55 +08:00

313 B
Raw Blame History

Pull Request 标题规则

type(ComponentName?)commit message

示例:

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

可选择的类型:

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