Skip to content

Commit 2416c5e

Browse files
authored
Nit fix contributing guide (open-telemetry#747)
1 parent 1f486c8 commit 2416c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ cd opentelemetry-demo
131131
Add your fork as an origin:
132132

133133
```sh
134-
git remote add fork https://github.com/open-telemetry/opentelemetry-demo.git
134+
git remote add fork https://github.com/YOUR_GITHUB_USERNAME/opentelemetry-demo.git
135135
```
136136

137137
Check out a new branch, make modifications and push the branch to your fork:
@@ -143,7 +143,7 @@ $ git checkout -b feature
143143
$ docker compose up -d --build
144144
# Go to Webstore, Jaeger or docker container logs etc. as appropriate to make sure your changes are working correctly.
145145
$ git add my/changed/files
146-
$ git commit -m "short discription of the change"
146+
$ git commit -m "short description of the change"
147147
$ git push fork feature
148148
```
149149

0 commit comments

Comments
 (0)