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/03/22 23:20:15 UTC

svn commit: r1084376 - in /incubator/libcloud/site/trunk: content/libcloud/contributing.mdtext templates/blocks/menu.html

Author: tomaz
Date: Tue Mar 22 22:20:15 2011
New Revision: 1084376

URL: http://svn.apache.org/viewvc?rev=1084376&view=rev
Log:
Edit manually since control panel doesn't seem to work.

Modified:
    incubator/libcloud/site/trunk/content/libcloud/contributing.mdtext
    incubator/libcloud/site/trunk/templates/blocks/menu.html

Modified: incubator/libcloud/site/trunk/content/libcloud/contributing.mdtext
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/trunk/content/libcloud/contributing.mdtext?rev=1084376&r1=1084375&r2=1084376&view=diff
==============================================================================
--- incubator/libcloud/site/trunk/content/libcloud/contributing.mdtext (original)
+++ incubator/libcloud/site/trunk/content/libcloud/contributing.mdtext Tue Mar 22 22:20:15 2011
@@ -31,16 +31,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 (python setup.py test)
  3. Create a patch with your changes
-  1. git (format-patch):  
-     ::bash  
-      git format-patch --stdout trunk > patch_name.patch
-  2. git (diff):  
-    ::bash  
-    git diff --no-prefix trunk your_branch > patch_name.patch
-  3. svn:  
-    ::bash  
-    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
 
-*Note: If you want you can also use SVN repository, bit git and github make branching and contributing a bit easier.*
\ No newline at end of file
+*Note: If you want you can also use SVN repository, bit git and github make branching and contributing a bit easier.*

Modified: incubator/libcloud/site/trunk/templates/blocks/menu.html
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/trunk/templates/blocks/menu.html?rev=1084376&r1=1084375&r2=1084376&view=diff
==============================================================================
--- incubator/libcloud/site/trunk/templates/blocks/menu.html (original)
+++ incubator/libcloud/site/trunk/templates/blocks/menu.html Tue Mar 22 22:20:15 2011
@@ -3,4 +3,5 @@
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
 <h2><a href="downloads.html">downloads</a></h2>