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