From 7ef29b25625447f347e556cd16d064a56e94b849 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 11 Nov 2013 10:46:57 -0800 Subject: [PATCH] Make HACKING.rst formatting sync with other repos Make HACKING.rst have the same format as in other OpenStack repos. When working across multiple projects its nicer to have files have the same formatting to reduce confusion. Change-Id: I078f7ba512cfd8ccaf646e37287bcdbb11e54e90 --- HACKING.rst | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index d65f7d319c..3db4e41dc8 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,16 +1,11 @@ -OpenStack Style Commandments -============================ - -- Step 1: Read http://www.python.org/dev/peps/pep-0008/ -- Step 2: Read http://www.python.org/dev/peps/pep-0008/ again -- Step 3: Read http://docs.openstack.org/developer/hacking/ - -The OpenStack Style Commandments live here: +Horizon Style Commandments +========================== +- Step 1: Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +- Step 2: Read on -local-checks ------------- +Horizon Specific Commandments +----------------------------- None so far -