No open-source project is going to be successful without contributions. After we decided to move to Github, the involvement of the .NET community has increased significantly. However, contributing to this project involves a few steps that will seriously increase the chance we will accept it.
- The Pull Request is targeted at the
master
branch. - The code complies with the Coding Guidelines for C#.
- The changes are covered by a new or existing set of unit tests which follow the Arrange-Act-Assert syntax such as is used in this example.
- If the contribution changes the public API, the changes needs to be included by running
AcceptApiChanges.ps1
/AcceptApiChanges.sh
or using Rider's Verify Support plug-in. - If the contribution affects the documentation, please update the readme.md.