Revision 9d32c18ac84e5a05d1bf709a48efccb344e234df authored by Jenkins on 05 February 2015, 15:31:19 UTC, committed by Gerrit Code Review on 05 February 2015, 15:31:19 UTC
2 parent s 041f385 + 0cde6aa
Raw File
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