Contributing ------------ The code repository is located at `OpenStack `__. Please go there if you want to check it out: git clone https://github.com/openstack/tuskar-ui.git The list of bugs and blueprints is on Launchpad: ``__ We use OpenStack's Gerrit for the code contributions: ``__ and we follow the `OpenStack Gerrit Workflow `__. If you're interested in the code, here are some key places to start: * `tuskar_ui/api.py `_ - This file contains all the API calls made to the Tuskar API (through python-tuskarclient). * `tuskar_ui/infrastructure `_ - The Tuskar UI code is contained within this directory. OpenStack Style Commandments ============================ - Step 1: Read http://www.python.org/dev/peps/pep-0008/ - Step 2: Read http://www.python.org/dev/peps/pep-0008/ again - Step 3: Read https://github.com/openstack-dev/hacking/blob/master/HACKING.rst