【git】The Commit Message Guildline

# Ref : VueJs Github (opens new window)

# Ref : VueJs Github (opens new window)

  • chore : remove sth...
  • feat(order): add order test for async function
  • polish : add warning when ...
  • refactor : remove useless parameter to the function
  • fix(shipment): fix column of customer
  • test(order): add order test
  • docs: add documents of develope

Must be one of the following:

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Circle, BrowserStack, SauceLabs)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • test: Adding missing tests or correcting existing tests