Author: tomaz
Date: Fri Jun 21 11:08:32 2013
New Revision: 1495381
URL: http://svn.apache.org/r1495381
Log:
Update contributing page.
Modified:
libcloud/site/trunk/content/contributing.mdtext
Modified: libcloud/site/trunk/content/contributing.mdtext
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/content/contributing.mdtext?rev=1495381&r1=1495380&r2=1495381&view=diff
==============================================================================
--- libcloud/site/trunk/content/contributing.mdtext (original)
+++ libcloud/site/trunk/content/contributing.mdtext Fri Jun 21 11:08:32 2013
@@ -20,6 +20,9 @@ and make your changes
1. Create a new branch for your changes:
`git checkout -b <jira_issue_id>_<change_name>`
2. Make your changes
+ 3. Make a single commit for your changes and if a corresponding JIRA ticket
+ exists, make sure the commit contains the ticket number. For example:
+ `git commit -a -m "Issue LIBCLOUD-123: Add a new compute driver for
CloudStack based providers."`
4. Write tests for your modifications and make sure that all the tests pass.
For more information about running the tests refer to the
[Testing](/testing.html) page.