Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 359 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 359 Bytes

CONTRIBUTING

Pull requests are welcome!
Before submitting a PR, it is usually better to discuss your intentions either by opening a new issue or in slack.

Building locally

./gradlew clean build

To check formatting:

./gradlew spotlessCheck

To fix formatting:

./gradlew spotlessApply