Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 540 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 540 Bytes

Contributing

Thanks for being willing to contribute!

Project setup

  1. Fork and clone the repo
  2. $ npm install to install dependencies
  3. $ npm start to start dev server
  4. Create a branch for your PR

This project uses commitizen – please read about it here.

Committing and Pushing changes

Once you are ready to commit the changes, please use the below commands

  1. git add <files to be committed>
  2. $ npm run commit

... and follow the instruction of the interactive prompt.