diff options
author | Thomas Wiest <twiest@redhat.com> | 2015-05-26 10:15:31 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2015-05-26 12:39:24 -0400 |
commit | 437a88e4516d8c99211cbce535a25532bd3c5493 (patch) | |
tree | a3dd2bcaf290e014782e7258fbc0c97405a77a7d /docs/style_guide.adoc | |
parent | 95d94334bb028b9b3c655f7da4ca47c5b639e338 (diff) | |
download | openshift-437a88e4516d8c99211cbce535a25532bd3c5493.tar.gz openshift-437a88e4516d8c99211cbce535a25532bd3c5493.tar.bz2 openshift-437a88e4516d8c99211cbce535a25532bd3c5493.tar.xz openshift-437a88e4516d8c99211cbce535a25532bd3c5493.zip |
Added concepts guide.
Diffstat (limited to 'docs/style_guide.adoc')
-rw-r--r-- | docs/style_guide.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style_guide.adoc b/docs/style_guide.adoc index 26a8c4636..714b56c70 100644 --- a/docs/style_guide.adoc +++ b/docs/style_guide.adoc @@ -1,7 +1,7 @@ // vim: ft=asciidoc = Openshift-Ansible Style Guide ------------------------------ + The purpose of this guide is to describe the preferred coding conventions used in this repository (both in ansible and python). It is important to note that this repository may not currently comply with all style guide rules, but our intention is that it will. |