python-tatuclient/doc/source/contributing.rst
Jeremy Stanley e20b1d3f84 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: Ia1631b026e1d59e9e4b448bb2c96c8cf4c6e3421
2014-12-05 03:30:39 +00:00

831 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