Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 280 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 280 Bytes

Contributing

If you'd like to contribute, please respect the following rules:

  • use Googles code style
  • do not produce PMD violations
  • if possible, provide a unit test
  • run ./gradlew clean check to validate locally
  • PRs with failing build will not be merged!