如何貢獻
- 在 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。 
Last updated
在 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。
Last updated