Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 388 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 388 Bytes

Contributing to sentry-android

We love pull requests from everyone.

The project currently requires you run JDK version 1.8.x.

To install spotlessCheck pre-commit hook:

git config core.hooksPath hooks/

To run the build and tests:

./gradlew clean build

Build and tests are automatically run against branches and pull requests via TravisCI and AppVeyor.