Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 860 Bytes

Contributing.md

File metadata and controls

18 lines (14 loc) · 860 Bytes

How To Contribute

  1. Fork the repository
  2. Create your feature branch
  3. Commit and push your work to the feature branch
  4. Create a new Pull Request

Guidelines

  • Please make sure to follow existing conventions and style in order to keep the code as readable as possible.
  • Please make sure your changes did not break the unit tests (Text in Xcode with Command + U / Product -> Test)
  • Please make sure to comment your changes
  • Please make sure to document public API's for other users to understand their purpose
  • Please make sure to update the readme file too if needed.
  • Try to add unit tests for your changes as well

Before your code can be accepted into the project you must also sign the Contributor License Agreement (CLA). Please contact Tomer Shalom [email protected] for a copy of the CLA or look in the Contribution folder.