GitHub Commit Message Builder

conventionalcommits.org


Type:

  • API relevant changes
  • refactor Commits, that rewrite/restructure your code, however does not change any API behaviour
  • build Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...
  • chore Miscellaneous commits e.g. modifying .gitignore
  • docs Commits, that affect documentation only
  • ops Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...
  • style Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)
  • test Commits, that add missing tests or correcting existing tests
  • The scope provides additional contextual information.

    The subject contains a concise description of the change.

    The optional body should include the motivation for the change and contrast this with previous behavior.

    The optional footer should contain any information about Breaking Changes and is also the place to reference Issues that this commit refers to.

    Source