# 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.
