You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/09/10 22:00:33 UTC

svn commit: r1167594 - /libcloud/site/trunk/content/contributing.mdtext

Author: tomaz
Date: Sat Sep 10 20:00:33 2011
New Revision: 1167594

URL: http://svn.apache.org/viewvc?rev=1167594&view=rev
Log:
CMS commit to libcloud by tomaz

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=1167594&r1=1167593&r2=1167594&view=diff
==============================================================================
--- libcloud/site/trunk/content/contributing.mdtext (original)
+++ libcloud/site/trunk/content/contributing.mdtext Sat Sep 10 20:00:33 2011
@@ -15,9 +15,9 @@ Keep in mind that all kind of contributi
    2. Make your changes
   3. Write tests for your modifications and make sure that all the tests still pass. For more informations about running the tests refer to the [Testing](/testing.html) page.
  3. Create a patch with your changes
-  * git (format-patch): `git format-patch --stdout trunk > patch_name.patch`
-  * git (diff): `git diff --no-prefix trunk your_branch > patch_name.patch`
-  * svn: `svn diff > patch_name.patch`
+  1. git (format-patch): `git format-patch --stdout trunk > patch_name.patch`
+  2. git (diff): `git diff --no-prefix trunk your_branch > patch_name.patch`
+  3. svn: `svn diff > patch_name.patch`
  4. Attach patch to the ticket you have created
  5. Wait for your patch to be reviewed and / or accepted