Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 304 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 304 Bytes

Contributing

  1. Fork the repo.
  2. Run the tests. You can do this from the command line with make test-iOS or make test-OSX.
  3. Add tests if you are adding a feature or fixing a bug.
  4. Make your tests pass.
  5. Add an entry to the CHANGELOG.md
  6. Push to your fork and submit a pull request!