Author: buildbot
Date: Fri Jun 21 11:08:46 2013
New Revision: 866778

Log:
Staging update by buildbot for libcloud

Modified:
    websites/staging/libcloud/trunk/content/   (props changed)
    websites/staging/libcloud/trunk/content/contributing.html

Propchange: websites/staging/libcloud/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun 21 11:08:46 2013
@@ -1 +1 @@
-1493431
+1495381

Modified: websites/staging/libcloud/trunk/content/contributing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/contributing.html (original)
+++ websites/staging/libcloud/trunk/content/contributing.html Fri Jun 21 
11:08:46 2013
@@ -120,6 +120,9 @@ and make your changes</li>
 <li>Create a new branch for your changes:
   <code>git checkout -b &lt;jira_issue_id&gt;_&lt;change_name&gt;</code></li>
 <li>Make your changes</li>
+<li>Make a single commit for your changes and if a corresponding JIRA ticket
+  exists, make sure the commit contains the ticket number. For example:
+  <code>git commit -a -m "Issue LIBCLOUD-123: Add a new compute driver for 
CloudStack based providers."</code></li>
 <li>Write tests for your modifications and make sure that all the tests pass.
 For more information about running the tests refer to the
 <a href="/testing.html">Testing</a> page.</li>


Reply via email to