Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • fix - some bug or error got fixed

  • feat - some new feature or enhancement was added

  • docs - commit only contains documentation changes

  • style - style changes like white-space and other formatting

  • refactor - A code change that neither fixes a bug nor adds a feature

  • test - adding missing tests or correcting existing tests

  • build - Changes that affect the build system or external dependencies

  • optional ! after the type signifies a breaking change. We try not to do those!

The optional scope (in brackets) lists the file or part of the source effected. The description must be a very short abstract of the change including and must include the issue number prefixed with a #.

The body may contain a more verbose description of the change.

...