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