...
fix
- some bug or error got fixedfeat
- some new feature or enhancement was addeddocs
- commit only contains documentation changesstyle
- style changes like white-space and other formattingrefactor
- A code change that neither fixes a bug nor adds a featuretest
- adding missing tests or correcting existing testsbuild
- Changes that affect the build system or external dependenciesoptional ! 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.
...