HELP- submitting my first contribution to this open source project. #120
-
I have done the following: What do I do next? Do I have to set an upstream for my remote branch and then push? Then do I go to my branch on git hub and make a pull request? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
@rramirez-dev I would check out this video at the 55 min mark. Mikaela did a nice job of breaking it down. |
Beta Was this translation helpful? Give feedback.
-
So the final steps are as followers:
Navigate back to the repo on GitHub and create a pull request from your branch to the dev branch |
Beta Was this translation helpful? Give feedback.
So the final steps are as followers:
git push --set-upstream origin 106-rramirez-dev
OR
git branch --set-upstream-to=/ 106-rramirez-dev
git push
Navigate back to the repo on GitHub and create a pull request from your branch to the dev branch