diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-02 12:19:35 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-11-02 12:19:35 -0500 |
commit | e27c482f67450023464a34329be5aeacb23b1c78 (patch) | |
tree | 4365d8f42049be0c6da76f0c3fba98c324f1a8a2 /CONTRIBUTING.rst | |
parent | 05cc72e4f79128ae8c228a638f50963ff9508a9f (diff) | |
download | horizon-e27c482f67450023464a34329be5aeacb23b1c78.tar.gz horizon-e27c482f67450023464a34329be5aeacb23b1c78.tar.bz2 horizon-e27c482f67450023464a34329be5aeacb23b1c78.tar.xz horizon-e27c482f67450023464a34329be5aeacb23b1c78.zip |
Add Code Style guide
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1a7d3a4..14774d0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -8,6 +8,16 @@ +Code Style +========== + +See the `Code Style Guide`_ for information about the code style used in +Project Horizon. + +.. _`Code Style Guide`: devel/STYLE.rst + + + Tests ===== |