> For the complete documentation index, see [llms.txt](https://kubernetes.feisky.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kubernetes.feisky.xyz/appendix/contributing.md).

# 如何贡献

1. 在 Github 上 [Fork](https://github.com/feiskyer/kubernetes-handbook/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。
