summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-02-16 17:07:08 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-02-17 00:37:33 +0000
commit3e2981027b5677e99f6ce8b3df4f705c13524c76 (patch)
treea3a1139727fd2f9d81911a4172bbc72fa510c29c /HACKING.rst
parentc6593129362ff98a09ec82e21d6e76de5cf99016 (diff)
downloadoslo-policy-3e2981027b5677e99f6ce8b3df4f705c13524c76.tar.gz
Use single quotes consistently
Throughout the project both single and double quotes are used, let's just stick to one consistent format. Also removed a few contractions in messages Change-Id: I6636830bef53fadbab8616abdce9b731d39a1d10
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 7e57e61..5943d3a 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -1,4 +1,11 @@
oslo.policy Style Commandments
======================================================
-Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
+- Step 1: Read the OpenStack Style Commandments
+ http://docs.openstack.org/developer/hacking/
+- Step 2: Read on
+
+oslo.policy Specific Commandments
+---------------------------------
+
+- Avoid using "double quotes" where you can reasonably use 'single quotes' \ No newline at end of file