- Fork on Github.
- Clone the forked repo:
git clone https://github.com/<user-name>/kubernetes-handbook
. - Create a new branch, add some changes and commit:
git checkout -b new-branch
. - Push the branch to github:
git commit -am "comments"; git push
. - File a Pull Request on Github.