Skip to content

Commit bb70f7e

Browse files
authored
Create CONTRIBUTING.md
1 parent 353a93d commit bb70f7e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
We appreciate any community contributions to this project, whether in the form of issues or Pull Requests.
2+
3+
This document outlines what we'd like you to follow in terms of commit messages and code style.
4+
5+
It also explains what to do in case you want to setup the project locally and run tests.
6+
7+
# Setup
8+
9+
This project is written using Visual Studio 2017 RC and the latest dotnet core SDKs. Clone the repository, run `dotnet restore`
10+
and then `dotnet build` to compile.
11+
12+
# Code style
13+
14+
This project uses Microsoft standard code styles. They can be found in the `editorstyles.config` file. Read more at [editorconfig.org](http://EditorConfig.org)
15+
16+
# Running tests
17+
18+
To run the tests for this solution, either start the runner from within visual studio or run `dotnet test` in the test project directories.

0 commit comments

Comments
 (0)