Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down