mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00

* A link to the development guidelines is added Can be useful for a quick start if you are a new contributor * Link is extended with the directory "development/"
19 lines
522 B
Markdown
19 lines
522 B
Markdown
---
|
|
title: Contributing to a project
|
|
category: online projects
|
|
order: 60
|
|
---
|
|
|
|
* Fork the repository
|
|
* 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
|
|
|
|
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
|