python-tatuclient/doc/source/contributing.rst
Alok Jani 332ea6fc27 Fixes homepage in metadata and internal docs
* Correct homepage in package metadata file
* Correct launchpad & GitHub home in contributing.rst

Change-Id: I01e1cf7f97a72b78d4c26543b73910ac6a90e145
Closes-Bug: #1332626
2014-09-26 14:24:10 +05:30

796 B

Contributing

Code is hosted on GitHub. Submit bugs to the Designate Client project on Launchpad. Submit code to the openstack/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