Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contributing Guide uses incorrect repo in examples #207

Closed
MarkSeufert opened this issue Sep 16, 2020 · 0 comments · Fixed by #210
Closed

Contributing Guide uses incorrect repo in examples #207

MarkSeufert opened this issue Sep 16, 2020 · 0 comments · Fixed by #210
Labels
bug Something isn't working

Comments

@MarkSeufert
Copy link
Contributor

In the contributing guide, the instructions under the fork heading give the following git command:
git remote add upstream https://github.com/open-telemetry/opentelemetry-js.git

However, this is referring to opentelemetry-js which is the wrong repository. The git command should correctly read:
git remote add upstream https://github.com/open-telemetry/opentelemetry-js-contrib.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant