Commit Message Format

https://www.notion.so/Commit-Message-Format-79646c28a54940da9d11dff1c058cce9

1
2
3
4
5
<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

type as below:

  • feat: a new feature
  • fix: a bug fix
  • docs: changes to documentation
  • style: formatting, missing semi colons, etc; no code change
  • refactor: refactoring production code
  • test: adding tests, refactoring test; no production code change
  • chore: updating build tasks, package manager configs, etc; no production code change
  • ci: about ci
  • perf: performance change
  • WIP: work in progress
This post is licensed under CC BY 4.0 by the author.