Update CONTRIBUTING.md (#52)
This commit is contained in:
parent
8fa2689ba9
commit
98a82fa023
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue