Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

39 lines (28 loc) · 1.45 KB

Contributing guidelines

This project welcomes contributions:

Request for support:
We do not provide commercial support for this product.

Disclose vulnerability:
Read our security policy
Create a new security advisory on GitHub

Report malfunctions:
Create a new issue on GitHub

Suggest a feature:
Create a new issue on GitHub

Offer some code:
Read our definition of done
Fork the repository
Submit a pull-request

Moderate contributions:
Read our governance policy
This project is not currently appointing new moderators.

Definition of Done

Merging a pull request requires:

  • dotnet test passes
  • dotnet format passes
  • dotnet roslynator analyze passes
  • dotnet oudated passes
  • markdownlint passes
  • SonarCloud QualityGate passes
  • Documentation updated

We expect 100% test coverage.