Author: buildbot
Date: Fri Oct 28 23:39:46 2011
New Revision: 797638
Log:
Staging update by buildbot
Modified:
websites/staging/libcloud/trunk/content/contributing.html
Modified: websites/staging/libcloud/trunk/content/contributing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/contributing.html (original)
+++ websites/staging/libcloud/trunk/content/contributing.html Fri Oct 28
23:39:46 2011
@@ -94,6 +94,13 @@
<li>Wait for your patch to be reviewed and / or accepted</li>
</ol>
<p><em>Note: If you want you can also use SVN repository, but git and github
make branching and contributing a bit easier.</em></p>
+<h3 id="style_guide">Style Guide</h3>
+<ol>
+<li>We follow <a href="http://www.python.org/dev/peps/pep-0008/">PEP8 Python
Style Guide</a></li>
+<li>Use 4 spaces for a tab</li>
+<li>Make sure edited file doesn't contain any trailing whitespace</li>
+</ol>
+<p>You can verify that your modifications don't break any rules by running the
<code>pep8</code> script - <code>pep8 libcloud/edited_file.py</code>.</p>
</div>