- Fork on Github
- Clone the forked repo:
git clone https://github.com/ben1234560/k8s_PaaS.git
- Create a new branch, add some changes and commit:
git checkout -b new-branch
. - Push the branch to Github:
git commit -am "comments"; git push
. - File a Pull Request on Github.