Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 684 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 684 Bytes

Contributing

If you would like to contribute code to posthog-ios you can do so through GitHub by forking the repository and opening a pull request against main.

Development Guide

  1. Install Xcode
  2. Open the file PostHog.xcodeproj project in Xcode
  3. Run make bootstrap to install all dependencies.

When submitting code, please make every effort to follow existing conventions and style in order to keep the code as readable as possible. Please also make sure your code compiles by make build. In addition please consider adding unit tests covering your change, this will make your change much more likely to be accepted

Above all, thank you for contributing!