git-review/HACKING
Monty Taylor 3cf55f98ac Added tox support for testing pep8.
We'll process requirements.txt to install depends as needed.
Also include a hacking doc explaining what we expect.
Also, including argparse automatically breaks our automagic version
numbering, so import it in main() (slightly evil, but not terrible)

Change-Id: Ib3f65459fe2cd54ce531b7ae22935e24bd8f8920
2012-01-26 18:55:10 -05:00

17 lines
511 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.