python-designateclient/doc/source/contributor/contributing.rst
Erik Olof Gunnar Andersson 093d8d7170 Removing v1 api support
The v1 has officially been removed from Designate since
the Queens release, and was deperecated long before that.

Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
2019-09-10 20:53:25 -07:00

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