Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

16 lines (15 loc) · 1.2 KB

Community contributors are welcome to:

In case you open a PR, please meet the following conditions, most of which are automatically checked by our CI:

  • Tests are passing
  • Coverage on new code is 80% or more. Please note that this is not line coverage, but Sonar coverage. Sonar coverage is more strict as it takes into account condition coverage (how much branching conditions were tested).
  • No major bug|vulnerability|security hostpot detected by Sonar
  • Format with respect to checkstyle
  • Use conventional commits and sign them