Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 956 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 956 Bytes

Contribution Guidelines

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Project setup

  1. Fork and clone the repo
  2. Create a branch for your PR
  3. Try to include test cases for your code
  4. Keep description short and simple Adding something to an awesome list.

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.