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
.
- Install Xcode
- Open the file
PostHog.xcodeproj
project in Xcode - 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!