Getting started with Git and GitHub
- Setting up Git for Windows and connecting to GitHub
- Forking a GitHub repository
- The simple guide to GIT guide
- Open an issue if you encounter a bug or have a suggestion for improvements/features
- Submit documentation improvements by submitting pull requests, the docs are in the
docs
folder in this repo
Once you're familiar with Git and GitHub, clone the repository and start contributing.
Potential setup issues and solutions
"C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Props" was not found.
- Microsoft has acknowledged this bug and it can be fixed by...
- Opening command prompt
- Navigating to the directory containing your Visual Studio upgrade installer (get the installer here)
- Running the following: DotNetCore.1.0.0-VS2015Tools.Preview2.exe SKIP_VSU_CHECK=1
- Restarting Visual Studio
- Opening Shouldly solution
Missing .NET Framework 3.5 reference
If you need inspiration for which issue to pick up have a look for the Jump-In label on issues which are put on issues which are ready to be picked up by anyone.