This is an open source project we welcome any support that you want to give. Just fork the repo and raise a PR.
We use the conventional-changelog package to generate the changelog. This uses commit lint rules. To enforce these rules for you run the following:
- Install nvm...
nvm use
npm install
This should install the git hooks to check your commits are in the correct format.