1.Fork this repository
2.Use git clone {repo_url} to clone into your local machine
3.Use command git remote add upstream {repo_url}
4.Use git add . and git commit -m "caption" command
5.Use git push origin master
6.Create a pull request in forked github repo
Always keep your repo updated before working.