From 08eb46841a64158563940686c01acd66f9696031 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Thu, 20 Aug 2020 11:25:24 -0700 Subject: [PATCH] Contributing doc minor edits (#1111) --- CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53d184a6b..2ef561bdd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 ``` +Navigate to the repo root: + +```sh +cd opentelemetry-dotnet +``` + Add your fork as an origin: ```sh @@ -104,8 +110,7 @@ Open a pull request against the main `opentelemetry-dotnet` repo. ### How to Receive Comments -* If the PR is not ready for review, please put `[WIP]` in the title or mark it - as +* If the PR is not ready for review, please mark it as [`draft`](https://github.blog/2019-02-14-introducing-draft-pull-requests/). * Make sure CLA is signed and CI is clear.