Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 775 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 775 Bytes

Contributing

Thank you for your interest in making Console Project better!

Making changes to the code

Development environment

To learn how to build the solution and run tests, follow the README.

Style guidelines

Please attempt to match the style of surrounding code as much as possible.

Prefer the patterns described in the .NET Framework Design Guidelines

Git workflow

The master branch should always be in a healthy state

Tests

Your change should include tests (inside the tests folder solution) to verify new functionality wherever possible.

And make sure all tests pass

Pull Request

Create a pull request.