mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 00:36:14 +08:00

* docu * Update README.md * Update how_to_contribute.md * Update how_to_contribute.md * Update how_to_contribute.md
21 lines
1.5 KiB
Markdown
21 lines
1.5 KiB
Markdown
## How-to-contribute
|
|
This tutorial explains how to transfer changes from a local ABAP system to the public abap2UI5 repository. <br>
|
|
Pictures are made with adt-git, but the same functionality you will find in abapGit. <br> <br>
|
|
**1. Create a Fork of the abap2UI5 repository:**
|
|
<img width="700" alt="image" src="https://github.com/abap2UI5/abap2UI5/assets/102328295/c044eb38-fff7-4d82-9142-839bcae63fa9">
|
|
<br><br>
|
|
**2. Link your local system with your new fork in abapGit**
|
|
<img width="700" alt="image" src="https://github.com/abap2UI5/abap2UI5/assets/102328295/c4973738-06e9-47e8-b23a-56f856125284"><br><br>
|
|
<img width="400" alt="image" src="https://github.com/abap2UI5/abap2UI5/assets/102328295/466f5e1d-507d-4e99-8d49-81d2527e9281">
|
|
<br><br>
|
|
**3. Push your changes to your fork**<br>
|
|
<img width="615" alt="image" src="https://github.com/abap2UI5/abap2UI5/assets/102328295/c1827f17-c46f-4ef1-ae8c-90f6ba232862">
|
|
<br><br>
|
|
**4. Create a Pull Request**<br>
|
|
<img width="700" alt="image" src="https://github.com/abap2UI5/abap2UI5/assets/102328295/b0712305-06ac-4e99-9b7d-e5f4b52ab206"><br>
|
|
<img width="700" alt="image" src="https://github.com/abap2UI5/abap2UI5/assets/102328295/e1c5fd9d-062e-4b1d-843d-b7afb96d6d29">
|
|
<br><br>
|
|
**5. (optional) Try to correct the abaplint issues**<br>
|
|
<img width="700" alt="image" src="https://github.com/abap2UI5/abap2UI5/assets/102328295/1ab7d4fe-aab8-45c3-bf3c-caed4dec0365"><br>
|
|
<img width="700" alt="image" src="https://github.com/abap2UI5/abap2UI5/assets/102328295/7f603485-6854-4532-abdf-df3ba9ffbba2">
|