Author: chrish
Date: Tue Dec 8 14:41:29 2015
New Revision: 1718623
URL: http://svn.apache.org/viewvc?rev=1718623&view=rev
Log:
CMS commit to olingo by chrish
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=1718623&r1=1718622&r2=1718623&view=diff
==============================================================================
--- olingo/site/trunk/content/contribute.mdtext (original)
+++ olingo/site/trunk/content/contribute.mdtext Tue Dec 8 14:41:29 2015
@@ -18,6 +18,10 @@ Notice: Licensed to the Apache Softwa
# Apache Olingo - How To Contribute
+**Content**
+
+[TOC]
+
###Overview###
If you want to contribute to the Olingo Project, you can submit patches,
report bugs or provide documentation and tutorials. Contributions are managed
in the project [JIRA](https://issues.apache.org/jira/browse/OLINGO). So if you
found a bug or want to provide a contribution please open a new
[JIRA](https://issues.apache.org/jira/browse/OLINGO) ticket. Detailed
information how to contribute can be found in the following chapter.
@@ -26,7 +30,11 @@ If you want to contribute to the Olingo
The Olingo uses the following process for contributions:
-[TOC]
+ 1. Clone the Olingo Project
+ 2. Report a bug or feature
+ 3. Develop the according bugfix / feature
+ 4. Prepare your code for contribution
+ 5. Submit your JIRA ticket to receive feedback
### Clone the Olingo Project
@@ -43,10 +51,8 @@ To clone the current master branch of th
git clone https://git-wip-us.apache.org/repos/asf/olingo-odata4
-### Create an JIRA issue with your bug/feature request
-
-**Reporting a bug**
+### Report a bug or feature
If you found a bug, please provide a detailed explanation how the bug can be
reproduced.
You should mention the following properties:
@@ -101,5 +107,4 @@ First rebase your local history to creat
**Example - Appling a patch file**
You like to apply a patch file named "OLINGO_42.patch". Use the following
commands:
- git am --signoff 0001-Test.patch
-
+ git am --signoff 0001-Test.patch
\ No newline at end of file