Conventional commits
How to use conventional commits inside our repo.
According to conventionalcommits.org all commit messages should follow the next structure:
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
Everytime you make a comit husky will verify its semantically correct
Usefull links
- Cheat sheet
- Installation → Commit lint