[docs] Mention git rebase workflow (#4692)

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-03-04 19:02:48 +01:00 committed by GitHub
parent fd7b293faf
commit 9351e33d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,12 @@ The OM community abides by the [CNCF code of conduct](CODE_OF_CONDUCT.md).
## Developer's Guidelines
Please [learn how to use `git rebase`](https://git-scm.com/book/en/v2/Git-Branching-Rebasing) to amend your commits
and have a clean history for your changes/branches.
Do not close/recreate Pull Requests if you want to edit commits. Use `git rebase` and `git commit --amend`,
or any git tool with a graphical interface ([Fork for Mac](https://git-fork.com/) is quite good) to make clean,
logical commits, properly signed with [DCO](DCO.md).
- [Directories structure](STRUCTURE.md)
- [C++ Style Guide](CPP_STYLE.md).
- [Java Style Guide](JAVA_STYLE.md).