👍🎉 First off, thanks for taking the time to contribute! 🎉👍
Please follow the git workflow outlined below:
- git checkout master
- git pull --rebase upstream master
- git checkout -b feature-branch
- edit/git add/git commit
- git pull --rebase upstream master
- git push origin feature-branch
- Submit PR
If merged: 8. make more commits to feature-branch 9. git push origin feature branch
If not: git checkout master git pull --rebase upstream master