Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 556 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 556 Bytes

Contributing

This is an open source project we welcome any support that you want to give. Just fork the repo and raise a PR.

Pull request rules

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.