Meta: Add note about abandoned PR's to CONTRIBUTING.md

This commit is contained in:
Andreas Kling 2021-10-29 22:54:10 +02:00
parent 3428e2a76c
commit 47b8d80864

View file

@ -103,3 +103,9 @@ To enable these hooks firstly follow the installation instructions available at
```console
pre-commit install --hook-type commit-msg
```
## On abandoned pull requests
Sometimes good PR's get abandoned by the author for one reason or another. If the PR is fundamentally good, but the author is not responding to requests, the PR may be manually integrated with minor changes to code and commit messages.
To make this easier, we do appreciate it if folks enable the "Allow edits from maintainers" flag on their pull requests.