Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 357 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 357 Bytes

Contributing to MotionDataWrapper

  1. Fork the project on github
  2. Create a feature branch on your fork relating to the feature or bug fix
  3. Code your feature or bug fix
  4. Add spec tests using the RubyMotion test framework
  5. Ensure tests pass by running rake spec
  6. Submit a pull request to the project detailing the work

Thanks for contributing!