83d4cea57f
Old URL is https://github.com/stackforge/python-designateclient or git@github.com:stackforge/python-designateclient.git. But now is https://github.com/openstack/python-designateclient or git@github.com:openstack/python-designateclient.git Closes-Bug: #1486337 Change-Id: I1f3d0b90b22295ad9cce9c2f05d9993935d07f70
830 B
830 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