Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 395 Bytes

File metadata and controls

23 lines (15 loc) · 395 Bytes

Contributing

We love pull requests from everyone.

Fork, then clone the repo:

$ git clone git@github.com:your-username/allure-java.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.