You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: