k8s_PaaS/CONTRIBUTING.md
2022-01-21 11:00:25 +08:00

348 B

CONTRIBUTING

  1. Fork on Github
  2. Clone the forked repo: git clone https://github.com/ben1234560/k8s_PaaS.git
  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.