This project follows the conventional commits pattern, specifically the angular convention.
To help you with this, make sure you run npm install
after you checkout the repo. It will fail if your commit message does not comply to the standard.
You can also commit by doing git add
and then npm run commit
to get a CLI interface to specify the different parts to the commit.