This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix-site.git
commit e37d938e3528df1fdd81862280e3c222f6b141f1 Author: Roy Lenferink <rlenfer...@apache.org> AuthorDate: Sat Dec 29 18:21:52 2018 +0100 CELIX-449: Improvements for 'Submitting Patches' page --- source/contributing/submitting-patches.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/contributing/submitting-patches.md b/source/contributing/submitting-patches.md index d9d4d13..ed31a35 100644 --- a/source/contributing/submitting-patches.md +++ b/source/contributing/submitting-patches.md @@ -88,11 +88,11 @@ and you are ready to start working on another feature/issue. Celix uses Git so you must install a git client locally and then you can clone the Celix repository: -either using Apache GitBox (read/write) +either using Apache GitBox git clone https://gitbox.apache.org/repos/asf/celix.git -or GitHub (read/write) +or GitHub git clone https://github.com/apache/celix.git @@ -103,8 +103,8 @@ and the most recent work is on the `develop` branch. ## Non-committers -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. +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. git clone https://github.com/apache/celix.git