Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 870 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 870 Bytes

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Please note we have a code of conduct, please follow it in all your interactions with the project.

  1. Fork, then clone the repo:git clone git@github.com:your-username/repository.git
  2. Set up your machine with the recommended Python, Java or Javascript version
  3. Make sure the tests pass
  4. Make your change.
  5. Add tests for your change.
  6. Make the tests pass
  7. Push to your fork and submit a pull request.
  8. Wait for the approval or comments.

Inspired by: Contributing/Code of conduct from PurpleBooth and Contributing from thoughtbot