Update CONTRIBUTING.md (#52)

This commit is contained in:
Sergey Kanzhelev 2019-06-01 14:09:22 -07:00 committed by GitHub
parent 8fa2689ba9
commit 98a82fa023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,8 @@ git merge upstream/master
Remember to always work in a branch of your local copy, as you might otherwise have to contend with conflicts in master.
Please also see [GitHub workflow](https://github.com/open-telemetry/community/blob/master/CONTRIBUTING.md#github-workflow) section of general project contributing guide.
### Build
You can use Visual Studio 2017+ or VS Code to contribute. Just open root folder
@ -69,4 +71,4 @@ Create a Pull Request with your changes. Please add any user-visible changes to
`CHANGELOG.md`. The continuous integration build will run the tests and static
analysis. It will also check that the pull request branch has no merge commits.
When the changes are accepted, they will be merged or cherry-picked by an
OpenTelemetry repository maintainers.
OpenTelemetry repository maintainers.