Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 916 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 916 Bytes

How to contribute

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. You may open a pull request for current issues without any form of communication beforehand.

Do keep in mind that a pull request should be passing current checks in order to be accepted. All unit tests should pass successfully.

Please note we have a code of conduct and please follow it in all your interactions with the project.

Coding conventions

To maintain a consistent coding style, every pull request should use an .editorconfig aware editor

Furthermore:

  • The use of StyleCop for consistent code styling is strongly encouraged
  • Please aim to provide full documentation on classes & methods affected