Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 779 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 779 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
  6. Follow conventional commits for commit messages

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.