Contributing doc minor edits (#1111)

This commit is contained in:
Cijo Thomas 2020-08-20 11:25:24 -07:00 committed by GitHub
parent 7eb4250c00
commit 08eb46841a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -72,6 +72,12 @@ To create a new PR, fork the project in GitHub and clone the upstream repo:
git clone https://github.com/open-telemetry/opentelemetry-dotnet.git git clone https://github.com/open-telemetry/opentelemetry-dotnet.git
``` ```
Navigate to the repo root:
```sh
cd opentelemetry-dotnet
```
Add your fork as an origin: Add your fork as an origin:
```sh ```sh
@ -104,8 +110,7 @@ Open a pull request against the main `opentelemetry-dotnet` repo.
### How to Receive Comments ### How to Receive Comments
* If the PR is not ready for review, please put `[WIP]` in the title or mark it * If the PR is not ready for review, please mark it as
as
[`draft`](https://github.blog/2019-02-14-introducing-draft-pull-requests/). [`draft`](https://github.blog/2019-02-14-introducing-draft-pull-requests/).
* Make sure CLA is signed and CI is clear. * Make sure CLA is signed and CI is clear.