https://github.com/ging/horizon
Revision 294d18c2b0e156a4ca2c37ab67ab9d65f12d9e2f authored by Jenkins on 18 March 2015, 16:35:56 UTC, committed by Gerrit Code Review on 18 March 2015, 16:35:56 UTC
2 parent s feff329 + 0a478ee
Raw File
Tip revision: 294d18c2b0e156a4ca2c37ab67ab9d65f12d9e2f authored by Jenkins on 18 March 2015, 16:35:56 UTC
Merge "[Launch Instance Fix] Network Step HTML cleanup"
Tip revision: 294d18c
HACKING.rst
Horizon Style Commandments
==========================

- Step 1: Read the OpenStack Style Commandments
  http://docs.openstack.org/developer/hacking/
- Step 2: Read [hacking] section in tox.ini to find the list of names which
  can be imported directly without triggering the "H302: import only modules"
  flake8 warning
- Step 3: Read on

Horizon Specific Commandments
-----------------------------

- Read the Horizon contributing documentation at http://docs.openstack.org/developer/horizon/contributing.html
back to top