Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 468 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 468 Bytes

Feel free to open PRs and issues, but please keep in mind that this is intentionally short on features.

Anything listed in the issue tracker that looks like the direction is set and could use help, feel free to jump in. Please do mention it in the issue first to double check!

To adhere to codestyle, please run respectively;

./gradlew lintDebug
./gradlew ktlintcheck
./gradlew detekt
./gradlew spotlessApply

to autoformat in order to fix any CI issues.