git clone https:/github.com/<username>/<repository>.git
git checkout -b [branch name]
git add .
git commit -m "<Add your Commit Message here>"
git push origin [branch name]
Get to your repository and click on the green button that says Compare and Pull. Then open the Pull request and wait for it to get reviewed.