Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 660 Bytes

File metadata and controls

16 lines (12 loc) · 660 Bytes

Contributing to coding

If you're reading this, you're awesome! Thank you for helping us make this project great and being a part of the coding community. Here are a few guidelines that will help you along the way. Code of Conduct

Steps to contribute:

  1. Fork this repository into your account on Github
  2. Clone your forked repository (not our original one) to your hard drive with git clone https://github.com/YOURUSERNAME/universal-graph-client.git
  3. Design and develop your changes
  4. Add/update unit tests
  5. Add/update integration tests
  6. Add/update documentation on gh-pages branch
  7. Create a pull request for review to request merge

THANK YOU!