gui/HACKING.rst
melissaml 1bd75e3715 Update the URL in doc
Change-Id: I935bc818c42ed124f8492a52271cfa2af18bf27a
2018-09-24 22:26:46 +08:00

16 lines
567 B
ReStructuredText

Horizon Style Commandments
==========================
- Step 1: Read the OpenStack Style Commandments
https://docs.openstack.org/hacking/latest/
- 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
- [M322] Method's default argument shouldn't be mutable.