We love pull requests from everyone.
Fork, then clone the repo:
$ git clone [email protected]:your-username/allure-teamcity.git
Then build the project (build requires JDK 1.8 or higher):
$ ./gradlew build
Make your change. Add tests for your change. Make sure all the tests pass:
$ ./gradlew test
Push your fork and submit a pull request.