From ee748f7eff1f29bca3f65ae93907767f51b441cc Mon Sep 17 00:00:00 2001 From: Reiley Yang Date: Wed, 6 May 2020 13:18:16 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index de175026a..df5deb70f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,13 +39,13 @@ Everyone is welcome to contribute code to `1DS C++ SDK` via GitHub pull requests Please do not fork. Our CI is setup to accept PRs only from the main *microsoft/cpp_client_telemetry* repo. -To create a new PR, clone the upstream repo: +To create a new PR, clone the repo: ```sh $ git clone --recurse-submodules https://github.com/microsoft/cpp_client_telemetry.git ``` -Check out a new branch, make modifications and push the branch on the main repository: +Check out a new branch, make modifications and push the branch: ```sh $ git checkout -b ${USERNAME}/feature_branch_name