git-restack/HACKING
Antoine Musso 58dbdfe046 bump year references from 2011 to 2012
Change-Id: I2a9e0f192ae7421e12b19b15e3bed8fd22fb5a34
2012-03-27 15:50:38 +02:00

17 lines
512 B
Plaintext

Development of git-review is managed by OpenStack's Gerrit, which can be
found at https://review.openstack.org/
Instructions on submitting patches can be found at
http://wiki.openstack.org/GerritWorkflow
git-review should, in general, not depend on a huge number of external
libraries, so that installing it is a lightweight operation.
All code should be pep8-compliant. It won't merge otherwise.
A tox config file has been added for easy local testing. Just run:
tox
And it will check the code for you.