Skip to main content
  1. Open Source/
  2. bytes-java/

contributing

Contributing to Bytes #

We ❤ pull requests from everyone.

If possible to proof features and bug fixes 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):

mvn verify

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