Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 562 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (22 loc) · 562 Bytes

Building hyperstate

hyerpstate is built with Gradle.

gradle clean install

IDE Setup

IntelliJ IDEA

gradle idea

Eclipse

gradle eclipse

Contributing

To contribute to hyperstate you need a JDK, Gradle and Git to get the code.

Please do not add @author tags - this project embraces collective code ownership. If you want to know who wrote some code, look in git. When you are done, send a pull request.

Releasing

TBC

Code Coverage

TBC