From 862584facfb6eb304d238e5d42a648b1b18ab9c7 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Thu, 29 Jun 2023 06:50:22 +0200 Subject: [PATCH] Update how_to_contribute.md --- docs/how_to_contribute.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/how_to_contribute.md b/docs/how_to_contribute.md index 3bdb9cae..09a62fde 100644 --- a/docs/how_to_contribute.md +++ b/docs/how_to_contribute.md @@ -1,17 +1,25 @@ ## How-to-contribute This tutorial explains how to transfer changes from a local ABAP system to the public abap2UI5 repository.
-Pictures are made with adt-git, but the same functionality you will find in abapGit.

-**1. Create a Fork of the abap2UI5 repository:** -image + +**1. Create a Fork of the abap2UI5 repository on github:** +image

+You now have a copy of the project in your own repositories: +image

-**2. Link your local system with your new fork in abapGit** +**2. Link your local system with your new fork in abapGit:**
+Copy the url of your abap2UI5 repository: image

+Link your system to this repository:
+(adt-abapgit or abapGit on-premise)
image +image

**3. Push your changes to your fork**
-image +(adt-abapgit or abapGit on-premise)
+image
+image

-**4. Create a Pull Request**
+**4. Create a Pull Request on github:**
image
image