coroutine-based kotlin minecraft game engine
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: fix lint task

+1 -1
+1 -1
CONTRIBUTING.md
··· 47 47 48 48 ## Contribution Guidelines 49 49 50 - - Always reformat your code with the `:spotless` task 50 + - Always reformat your code with the `:lint` task 51 51 - Always document all public API 52 52 - Always test your changes 53 53 - Always make sure that submitted code conforms with GPLv3