Author: mibo
Date: Wed Dec  9 07:18:53 2015
New Revision: 1718767

URL: http://svn.apache.org/viewvc?rev=1718767&view=rev
Log:
Minor rearrange

Modified:
    olingo/site/trunk/content/contribute.mdtext

Modified: olingo/site/trunk/content/contribute.mdtext
URL: 
http://svn.apache.org/viewvc/olingo/site/trunk/content/contribute.mdtext?rev=1718767&r1=1718766&r2=1718767&view=diff
==============================================================================
--- olingo/site/trunk/content/contribute.mdtext (original)
+++ olingo/site/trunk/content/contribute.mdtext Wed Dec  9 07:18:53 2015
@@ -36,23 +36,6 @@ The Olingo uses the following process fo
  4. Prepare your code for contribution 
  5. Submit your JIRA ticket to receive feedback
 
-
-### Clone the Olingo Project
-The current development version can be found in the Apache git repository. 
-Please note Olingo provides two different libraries. One one hand Olingo V2 
which implements the OData V2 specification and Olingo V4, which implements the 
OData V4 specification.
-
-To clone the current master branch of the Olingo project please use one of the 
following commands:
-
-**Olingo V2 Code**
-
-    git clone https://git-wip-us.apache.org/repos/asf/olingo-odata2
-
-**Olingo V4 code**
-
-    git clone https://git-wip-us.apache.org/repos/asf/olingo-odata4
-
-
-
 ### Report a bug or feature  
 If have you found a bug, please provide a detailed explanation how the bug can 
be reproduced.
 
@@ -77,9 +60,25 @@ The Olingo project uses the following de
 
 The default priority is **Minor**.
 
+
 ### Develop the according bugfix / feature
 
-**Providing code**    
+#### Clone the Olingo Project
+The current development version can be found in the Apache git repository. 
+Please note Olingo provides two different libraries. One one hand Olingo V2 
which implements the OData V2 specification and Olingo V4, which implements the 
OData V4 specification.
+
+To clone the current master branch of the Olingo project please use one of the 
following commands:
+
+**Olingo V2 Code**
+
+    git clone https://git-wip-us.apache.org/repos/asf/olingo-odata2
+
+**Olingo V4 code**
+
+    git clone https://git-wip-us.apache.org/repos/asf/olingo-odata4
+
+
+#### Providing bugfix / code
 To provide a bug fix, checkout the current master branch of the project and 
develop your solution. In Olingo we truly believe in tests, so your 
contribution should at least contain tests that show that your contribution 
works as expected and also tests that reproduces the previous reported bug. If 
you provide a new feature your tests should reach at least 80 percent 
test-coverage.
 
 To append your contribution to a JIRA ticket, please create a patch file as 
explained in the chapter.
@@ -88,7 +87,7 @@ To append your contribution to a JIRA ti
 To provide documentation or tutorials you should write your contribution using 
Markdown syntax.
 
 
-### Prepare your code for contribution
+#### Prepare your code for contribution
 
 To append you contribution to a JIRA issue, please create a [patch 
file](https://git-scm.com/docs/git-format-patch). The commit message should 
contain the JIRA request number (e.g.  OLINGO-42) and a short commit message.
 


Reply via email to