Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 726 Bytes

File metadata and controls

13 lines (11 loc) · 726 Bytes

Commit message guidelines

This project adheres to Conventional Commits with the following types:

  • ci: Changes to CI configuration files and scripts
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (whitespace, formatting etc.)
  • test: Adding missing tests or correcting existing tests
  • web: Changes to website configuration files and scripts
  • misc: Changes, which fit no other type (ignore lists, GitHub templates etc.)