Author: buildbot
Date: Tue Dec 8 14:43:31 2015
New Revision: 974975
Log:
Staging update by buildbot for olingo
Modified:
websites/staging/olingo/trunk/content/ (props changed)
websites/staging/olingo/trunk/content/contribute.html
Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 8 14:43:31 2015
@@ -1 +1 @@
-1718623
+1718624
Modified: websites/staging/olingo/trunk/content/contribute.html
==============================================================================
--- websites/staging/olingo/trunk/content/contribute.html (original)
+++ websites/staging/olingo/trunk/content/contribute.html Tue Dec 8 14:43:31
2015
@@ -137,7 +137,7 @@ h2:hover > .headerlink, h3:hover > .head
<h3 id="report-a-bug-or-feature">Report a bug or feature<a class="headerlink"
href="#report-a-bug-or-feature" title="Permanent link">¶</a></h3>
-<p>If you found a bug, please provide a detailed explanation how the bug can
be reproduced.</p>
+<p>If have you found a bug, please provide a detailed explanation how the bug
can be reproduced.</p>
<p>You should mention the following properties:</p>
<ul>
<li>Version of the library e.g. Olingo V4 (4.0.0-beta-03)</li>
@@ -154,10 +154,10 @@ The Olingo project uses the following de
<li>Blocker - The bug must be fixed before the next release</li>
<li>Critical - The bug should be resolved immediately and must be fixed before
the next major release.</li>
<li>Major - This bug should be resolved as soon as possible in the normal
course of development activity, before the software is released.</li>
-<li>Minor (default) - This bug should be repaired after serious bugs have been
fixed.</li>
+<li>Minor (<strong>default</strong>) - This bug should be repaired after
serious bugs have been fixed.</li>
<li>Trivial -It can be resolved in a future major system revision or not be
resolved at all.</li>
</ul>
-<p>The default priority is Minor.</p>
+<p>The default priority is <strong>Minor</strong>.</p>
<h3 id="develop-the-according-bugfix-feature">Develop the according bugfix /
feature<a class="headerlink" href="#develop-the-according-bugfix-feature"
title="Permanent link">¶</a></h3>
<p><strong>Providing code</strong> <br />
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.</p>