You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/01/02 19:59:57 UTC

[celix-site] 05/10: Updated site from master (e37d938e3528df1fdd81862280e3c222f6b141f1)

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 6876bba9635020eb70bc99e4258d6391d556ec92
Author: Roy Lenferink <rl...@apache.org>
AuthorDate: Sat Dec 29 18:22:13 2018 +0100

    Updated site from master (e37d938e3528df1fdd81862280e3c222f6b141f1)
---
 content/contributing/submitting-patches.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/contributing/submitting-patches.html b/content/contributing/submitting-patches.html
index 58b71e3..8890349 100644
--- a/content/contributing/submitting-patches.html
+++ b/content/contributing/submitting-patches.html
@@ -204,12 +204,12 @@ git pull
 
 <p>Celix uses Git so you must install a git client locally and then you can clone the Celix repository:</p>
 
-<p>either using Apache GitBox (read/write)</p>
+<p>either using Apache GitBox</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://gitbox.apache.org/repos/asf/celix.git    
 </code></pre></div></div>
 
-<p>or GitHub (read/write)</p>
+<p>or GitHub</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://github.com/apache/celix.git
 </code></pre></div></div>
@@ -221,8 +221,8 @@ and the most recent work is on the <code class="highlighter-rouge">develop</code
 
 <h2 id="non-committers">Non-committers</h2>
 
-<p>If you are not a committer you can still the Apache repo but you won’t be able push to any changes to it.
-At that moment, it’s easier to use GitHub, as GitHub provides the functionality to open a Pull Request.</p>
+<p>If you are not a committer you can still clone the Gitbox repo but you won’t be able push to any changes to it.
+At that moment, it’s easier to use GitHub, as GitHub provides the functionality to handle Pull Requests.</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://github.com/apache/celix.git
 </code></pre></div></div>