Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 797 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 797 Bytes

Contributing

Thanks for being willing to contribute!

Project setup

  1. Fork and clone the repo
  2. $ npm install to install dependencies
  3. $ npm run test to test all scenario's
  4. Create a branch for your PR
  5. Try to include test cases for your code

Edit Documentation

  1. Documentation is powered by docsify to REAME.md file in docs folder.

Commit and Push

Once you completed making the change, Please make sure to run the tests before you commit your changes. You can run npm run test which will test your code.

Working on your first Pull Request? How to Contribute to an Open Source Project on GitHub. Thanks to @kentcdodds for this amazing tutorial.