patrickfav/slf4j-timber

View on GitHub
CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contributing

We ❤ pull requests from everyone.

If possible proof features and bugfixes with unit tests.
This repo validates against checkstyle (import the xml found in the root to your IDE if possible)

To run the tests (and checkstyle):

```shell
./gradlew checkstyle
```

Tests are automatically run against branches and pull requests
via TravisCI, so you can also depend on that.