Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 348 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 348 Bytes

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.