mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 18:08:23 +08:00

* Create faq.md * Create installation.md * Create first_app.md * update * Rename installation.md to installation_on_prem.md * docu * docu * docu * docs * docu * docu * refactoring * abaplint fix * Update abaplint.jsonc * Update abaplint.jsonc * docu * docu * Update zcl_my_handler_onprem.abap * Update links.md * Update README.md * Update README.md * github actions
2.1 KiB
2.1 KiB
How-to-PR
This tutorial explains how to transfer changes from a local ABAP system to the public abap2UI5 repository.
1. Create a Fork of the abap2UI5 repository on github:
You now have a copy of the project in your own repositories:
2. Link your local system with your new fork in abapGit:
Copy the url of your abap2UI5 repository:
Link your system to this repository:
(adt-abapgit or abapGit on-premise)
3. Push your changes to your fork
(adt-abapgit or abapGit on-premise)
4. Create a Pull Request on github:
5. (optional) Try to correct the abaplint issues