Skip to content

Commit

Permalink
Add prerequisites to CONTRIBUTING (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liudmila Molkova authored and SergeyKanzhelev committed Jul 10, 2019
1 parent 023e861 commit e511e84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ Remember to always work in a branch of your local copy, as you might otherwise h

Please also see [GitHub workflow](https://github.com/open-telemetry/community/blob/master/CONTRIBUTING.md#github-workflow) section of general project contributing guide.

### Prerequisites

* Git client and command line tools. You may use Visual Studio to clone the repo, but we use [SourceLink](https://github.com/dotnet/sourcelink) to build and it needs git.
* Visual Studio 2017+ or VS Code
* .NET Framework 4.6+ and .NET Core 2.1+

### Build

You can use Visual Studio 2017+ or VS Code to contribute. Just open root folder
Expand Down

0 comments on commit e511e84

Please sign in to comment.