Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 471 Bytes

Contributing.md

File metadata and controls

15 lines (13 loc) · 471 Bytes

Prerequisites

  • Visual Studio 2015
  • Git

Contributing

  • Clone the repository locally
  • Create a branch for your change
  • Build and run unit tests
  • Look at the existing code to determine the style in which your tests and code should be written
  • Add unit tests for the change you want to make
  • Run the tests to see your new test/s fail
  • Implement your change to make the test/s pass
  • Commit your changes
  • Push your changes to github and create a pull request