kubenow / KubeNow

Deploy Kubernetes. Now!
Apache License 2.0
292 stars 40 forks source link

Update CONTRIBUTING.md with guidelines about stable branches #353

Closed carmat88 closed 6 years ago

carmat88 commented 6 years ago

Updating CONTRIBUTING.md with few lines about how to maintain stable branches. Some useful git commands:

git checkout master
git pull
git checkout fix-branch (to pull it locally if not present)
git checkout stable-branch (assuming that it already exists)
git merge fix-branch