Author: tomaz
Date: Sat Sep 10 19:59:37 2011
New Revision: 1167593
URL: http://svn.apache.org/viewvc?rev=1167593&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=1167593&r1=1167592&r2=1167593&view=diff
==============================================================================
--- libcloud/site/trunk/content/contributing.mdtext (original)
+++ libcloud/site/trunk/content/contributing.mdtext Sat Sep 10 19:59:37 2011
@@ -15,10 +15,10 @@ 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
- 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`
+ * 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`
4. Attach patch to the ticket you have created
5. Wait for your patch to be reviewed and / or accepted
-*Note: If you want you can also use SVN repository, bit git and github make
branching and contributing a bit easier.*
+*Note: If you want you can also use SVN repository, but git and github make
branching and contributing a bit easier.*