Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 556 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 556 Bytes

How to Contribute

All types of contributions are encouraged and valued.

If you would like to contribute code you can do so through GitHub by forking the repository and sending a pull request.

Before submitting a PR, get working code in a personal branch with tests passing:

./gradlew check styleCheck

Please make every effort to follow existing conventions and style in order to keep the code as readable as possible.

Consult GitHub Help for more information on using pull requests.