CONTRIBUTING.md: Remove duplicated section

How to force push to PR's is already explained in the
"How to propose a change" section at the beginning
This commit is contained in:
Silvan Mosberger 2023-08-13 22:32:45 +02:00
parent 4e3064d1b9
commit 2f345d070b

View file

@ -347,13 +347,6 @@ for review, which allows you to sidestep this issue.
This is not a bulletproof method though, as OfBorg still does review requests even on draft PRs.
```
### Hotfixing pull requests
- Make the appropriate changes in you branch.
- Dont create additional commits, do
- `git rebase -i`
- `git push --force` to your branch.
## Reviewing contributions
> **Warning**