oslo.policy/HACKING.rst
Steve Martinelli 3e2981027b 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
2015-02-17 00:37:33 +00:00

11 lines
344 B
ReStructuredText

oslo.policy Style Commandments
======================================================
- 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'