Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 753 Bytes

File metadata and controls

17 lines (12 loc) · 753 Bytes

Contributor guide

Pull requests

Pull requests are welcome!
Please include a clear description of the changes you have made with your request; the title should follow the conventional commits guideline. All code should be covered by unit tests and comply with the coding guideline in this project.

Technical expectations

As a framework for supporting unit testing, this project has a high standard for testing itself.
In order to support this, static code analysis is performed using SonarCloud with a quality gate that requires:

  • all issues reported by SonarCloud to be resolved
  • code coverage to be > 90%