Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 598 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 598 Bytes

Contributing

Thanks for thinking of contributing 😀

will this be your first Pull Request?

If unsure on how to approach it, you can learn how from this free series How to Contribute to an Open Source Project on GitHub

Project Set Up

  1. Fork & Clone repo
  2. npm install to install your dependencies
  3. npm run test to validate you got it working
  4. Create a branch for your work
  5. Open a PR

Making Changes

  • Please update the documentation if needed
  • Tests where possible should be added