Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 565 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 565 Bytes

Contributing

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

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 build test. 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!