Comdor can help you automate anything related to your project on Github.
More details coming soon.
If you would like to contribute, just open an issue or a PR.
Make sure the maven build:
$mvn clean install -Pcheckstyle
passes before making a PR. Checkstyle will make sure you're following our code style and guidlines.
In order to run the integration tests add the itcases
profile to the maven command:
$mvn clean install -Pcheckstyle -Pitcases
Docker has to be intalled on the machine, with the default configuration, in order for the IT cases to work.