Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 895 Bytes

File metadata and controls

22 lines (15 loc) · 895 Bytes

Contributing

Thanks for being willing to contribute!

Project setup

  1. Fork and clone the repo
  2. Create a branch for your PR
  3. Kindly add the entry in the right category in Table of contents.
  4. Add OFFICIAL keyword if it's a official node sdk.
  5. 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 yarn 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.