We love pull requests from everyone.
Fork, then clone the repo:
$ git clone git@github.com:your-username/allure-java.gitThen build the project (build requires JDK 1.8 or higher):
$ ./gradlew buildMake your change. Add tests for your change. Make sure all the tests pass:
$ ./gradlew testPush your fork and submit a pull request.