Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 367 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 367 Bytes

CONTRIBUTING

  1. Fork on Github.
  2. Clone the forked repo: git clone https://github.com/<user-name>/kubernetes-handbook.
  3. Create a new branch, add some changes and commit: git checkout -b new-branch.
  4. Push the branch to github: git commit -am "comments"; git push.
  5. File a Pull Request on Github.