How to Contribute
最后更新于
Fork the project to your own repository on Github: Fork.
Clone the forked project to your local machine: git clone https://github.com/<user-name>/kubernetes-handbook.
Create a new branch and add or edit content: git checkout -b new-branch.
Commit and push to Github: git commit -am "comments"; git push.
Submit a Pull Request on Github.
最后更新于