https://github.com/ging/horizon
Raw File
Tip revision: 66aa375ae42af4c4ab7df851f45b8e90ece9e7b1 authored by aalonsog on 19 April 2018, 10:24:27 UTC
XMerge branch 'master' of https://github.com/ging/horizon
Tip revision: 66aa375
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