Hello, wonderful people,
I have a noob question:
When opening a PR to contribute to the codebase for the ‘American to British Translator’, I receive the following standard message: “Looks like this PR was supposed to be made on your own fork, instead of the original boilerplate repository.”
Would anyone be able to explain where I might be going wrong here?
I have followed these steps:
-
fork the original repo (then open with GitPod and test changes)
-
locally clone my fork
-
open local clone directory in VSCode
-
git remote -v to check that ‘origin’ is my fork on my github and ‘upstream’ is the original repo at
github.com/freeCodeCamp/boilerplate-project...
-
checkout a new branch
-
make changes
-
git diff to check changes
-
git add .
-
git commit -m ‘message’
-
git push origin branch-name
-
open up my github fork on
github.com/1jds/boilerplate-project...
and press the green 'Compare & Pull Request" button -
Step 11 takes me to
https://github.com/freeCodeCamp/boilerplate-project-american-british-english-translator/compare/main...1jds:boilerplate-project-american-british-english-translator:fix-updt-var-name-us-brit-trans-project-indx-js?expand=1
So, this is switching togithub.com/freeCodeCamp' from 'github.com/1jds
-
The base repository is:
https://github.com/freeCodeCamp/boilerplate-project-american-british-english-translator/compare/freeCodeCamp:boilerplate-project-american-british-english-translator:main...1jds:boilerplate-project-american-british-english-translator:fix-updt-var-name-us-brit-trans-project-indx-js?expand=1
-
The head repository is:
https://github.com/freeCodeCamp/boilerplate-project-american-british-english-translator/compare/main...1jds:boilerplate-project-american-british-english-translator:fix-updt-var-name-us-brit-trans-project-indx-js?expand=1
- I complete the form and press “Create pull request”
Any help would be much appreciated.
Thank you!