- Be as descriptive as possible when submitting new pull requests
- Link any related issues the pull request might be addressing
- This project uses ktlint. (
./gradlew :plugin:ktlintCheck
should succeed) - If the pull request modifies the public API, regenerate the api file by running
./gradlew :plugin:metalavaGenerateSignature
Submit an issue if you find anything wrong, or want to see an improvement. Make sure you've checked to see if your issue has already been reported.