Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 442 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 442 Bytes

Contributing to sentry-java

We love pull requests from everyone.

The test suite currently requires you run JDK version 1.7.0. See #487 for more information.

To run the tests (and checkstyle):

make test

Tests are automatically run against branches and pull requests via TravisCI, so you can also depend on that if you'd rather not deal with installing an older JDK.