abapGit/docs/guide-contributing.md
Lars Hvam 312259a2d7
docs: Update guide-regular-backup.md (#4533)
* Update guide-regular-backup.md

* contributing, add links

* Update abaplint.json
2021-02-19 05:17:37 +01:00

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