Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contributing docs #564

Merged
merged 1 commit into from
Jun 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
Contributing
============

If you would like to contribute code to analytics-ios you can do so through
If you would like to contribute code to `analytics-ios` you can do so through
GitHub by forking the repository and sending a pull request.

Development occurs on the `dev` branch, and pull requests must be opened against
the `dev` branch. Every second Wednesday, `master` is taggged and released, and
`dev` is merged into `master`. In general, code will be available on `master`
for two weeks before being tagged as a stable release.

Critical bug fixes will be cherry picked into `master` after being merged into
`dev` and released immediately.

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 running `make test` or `make xctest`.

If you are interested in adding your own integration, please read the wiki for
more [detailed documentation](https://github.com/segmentio/analytics-ios/wiki/Writing-Integrations).
sure your code compiles by running `make build test`.