Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 791 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 791 Bytes

Contributing Guide

System Requirements

  • Visual Studio 2015 with Universal Tools

Pull Requests

Style Guide

Err on the side of consistency, but where there doesn't seem to be a pattern to follow, consult the Framework Design Guidelines or C# Coding Conventions.

Unit Tests

We use the Visual Studio Unit Test Framework, try to keep the code coverage up, and obviously test any new features rigorously.

Don't Break the Build

We use AppVeyor to run the unit tests created thus far. No pull requests will be accepted if they break the unit tests.

Cleaning-up History

Please make sure to squash commits and rebase if appropriate.