> 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/en/appendix/contributing.md).

# How to Contribute

1. Fork the project to your own repository on Github: [Fork](https://github.com/feiskyer/kubernetes-handbook/fork).
2. Clone the forked project to your local machine: `git clone https://github.com/<user-name>/kubernetes-handbook`.
3. Create a new branch and add or edit content: `git checkout -b new-branch`.
4. Commit and push to Github: `git commit -am "comments"; git push`.
5. Submit a Pull Request on Github.
