Author: buildbot
Date: Sat Sep 10 19:57:20 2011
New Revision: 795559
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 Sat Sep 10
19:57:20 2011
@@ -83,7 +83,7 @@
<li>Start a discussion on the <a href="devinfo.html">mailing list</a> (this
step is optional and only required if you want to implement big feature or a
change)</li>
<li>Open a new issue on the <a
href="https://issues.apache.org/jira/browse/LIBCLOUD">bug tracker</a>
(Jira)</li>
<li>Fork libcloud <a href="https://github.com/apache/libcloud">github git
repository</a>* and make your changes</li>
-<li>Create a new branch for your changes (e.g. <code>git checkout -b
jira_issue_id_change_name</code>)</li>
+<li>Create a new branch for your changes:<code>git checkout -b
jira_issue_id_change_name</code></li>
<li>Make your changes</li>
<li>Write tests for your modifications and make sure that all the tests still
pass. For more informations about running the tests refer to the <a
href="/testing.html">Testing</a> page.</li>
<li>Create a patch with your changes</li>