1. 在 Github 上 Fork 项目到自己的仓库。
    2. 将 fork 后的项目拉到本地: git clone https://github.com/<user-name>/kubernetes-handbook
    3. 新建一个分支,并添加或编辑内容:git checkout -b new-branch
    4. 提交并推送到 github:git commit -am "comments"; git push
    5. 在 Github 上提交 Pull Request。