python-tatuclient/doc/source/contributing.rst
Simon McCartney 472ec278d4 first drop of python-designateclient docs
Change-Id: Iecad349608bdc391b1c8613bac55b37f2719be19
2013-09-19 16:17:26 +01:00

777 B

Contributing

Code is hosted on GitHub. Submit bugs to the Designate project on Launchpad. Submit code to the stackforge/python-designateclient project using Gerrit.

Here's a quick summary:

Install the git-review package to make life easier

pip install git-review

Branch, work, & submit:

# cut a new branch, tracking master
git checkout --track -b bug/id origin/master
# work work work
git add stuff
git commit
# rebase/squash to a single commit before submitting
git rebase -i
# submit
git-review