No open-source projection 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
develop
branch. - The code complies with the Coding Guidelines for C# 3.0, 4.0 and 5.0/.
- 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 affects the documentation, please update documentation.md, which is published on the website.
PLEASE NOTE: FluentAssertions is currently under going some significant refactoring for version 5 so major/significant PRs may not be accepted. Sorry for any inconvenience.