You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by al...@apache.org on 2023/04/10 07:29:47 UTC

[incubator-wayang] 01/01: edited the content, removed failed links

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

aloalt pushed a commit to branch removed-failed-links
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit f4a8bd11b3268e7b20b7b1519fd05831dcb998d7
Author: Alexander Alten <al...@apache.org>
AuthorDate: Mon Apr 10 09:29:42 2023 +0200

    edited the content, removed failed links
---
 .../pull_request.md                                | 24 +---------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/wayang-docs/src/main/resources/how_contribute/code_changes/preparing_contribute_code_changes/pull_request.md b/wayang-docs/src/main/resources/how_contribute/code_changes/preparing_contribute_code_changes/pull_request.md
index fc884701..fe3b944a 100644
--- a/wayang-docs/src/main/resources/how_contribute/code_changes/preparing_contribute_code_changes/pull_request.md
+++ b/wayang-docs/src/main/resources/how_contribute/code_changes/preparing_contribute_code_changes/pull_request.md
@@ -29,26 +29,4 @@ menus:
 
 # Pull Request
 
-The simplest way to submit code changes, is via a GitHub pull-request.
-
-In order to do this first create a GitHub account and sign into you account.
-
-After that’s done, please visit our GitHub site and create a so-called Fork.
-
-
-
-What happens now, is that GitHub creates a full copy of the Wayang repository in your account. Only you can commit to this.
-
-Now ideally you check-out your cloned repository:
-
-* git clone https://github.com/{your-user-id}/incubator-wayang.git
-
-Now you have a copy of Wayang on your computer and you can change whatever you want and as it’s your copy, you can even commit these changes without any danger of breaking things.
-
-As soon as you’re finished with your changes and want us to have a look, it’s time to create a so-called Pull-Request.
-
-You do that by going to your forked repository page on GitHub.
-
-Every forked repository has an additional button called "New Pull Request":
-
-If you click on it, we will receive a notification on your changes and can review them. We also can discuss your changes and have you perfect your pull request before we accept and merge it into Wayang.
+The easiest way to submit changes to the code is through a GitHub pull request. To do this, you need to create a GitHub account and sign in. Then, visit the GitHub site for Apache Wayang and create a fork. This will create a copy of the Apache Wayang repository in your account that you can make changes to. Once you have made your changes and are ready for them to be reviewed, you can create a pull request by going to your forked repository page on GitHub and clicking the “New Pull Reques [...]