Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (5 loc) · 551 Bytes

Contributing

Commits

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.