Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 612 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 612 Bytes

Contributing

Pull Requests

  • 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 ktlintCheck should succeed)
  • If the pull request modifies the public API, regenerate the api file by running ./gradlew metalavaGenerateSignature

Issues

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.