mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
19 lines
704 B
Markdown
19 lines
704 B
Markdown
---
|
|
title: Contributing to a project
|
|
category: online projects
|
|
order: 60
|
|
---
|
|
|
|
* [Fork the repository](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo)
|
|
* Clone the forked repository into the SAP system
|
|
* Create a branch
|
|
* Do changes in SAP
|
|
* Commit the changes to the forked repository
|
|
* [Submit a pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)
|
|
|
|
Check out further details in [Understanding the GitHub flow](https://guides.github.com/introduction/flow/)
|
|
|
|
The forked repository can be deleted after the pull request has been closed.
|
|
|
|
[See this](development/contributing.html) if you are contributing to abapGit
|