https://github.com/ging/horizon
Revision c6deff040c63edb9aaa06c766528ac7924b7663d authored by OpenStack Proposal Bot on 15 March 2015, 06:14:40 UTC, committed by OpenStack Proposal Bot on 15 March 2015, 06:14:40 UTC
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I766fccd11885765f10523660de8abcf1280086dd
1 parent d2e09f4
Raw File
Tip revision: c6deff040c63edb9aaa06c766528ac7924b7663d authored by OpenStack Proposal Bot on 15 March 2015, 06:14:40 UTC
Imported Translations from Transifex
Tip revision: c6deff0
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