diff options
| author | Théo Zimmermann | 2020-01-31 23:14:49 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-01-31 23:17:51 +0100 |
| commit | 37070565e8b7bead15f5abda2c409f1ad2348fa1 (patch) | |
| tree | 94726ba076f11a565346b12bc3a5ec162dca527d /dev/ci/README-developers.md | |
| parent | 40cf15b764e3c164a5913eb3347cc32684fbb77e (diff) | |
Clarify expectations for overlays in contributing guide and CI doc.
Contributors are *not* required to prepare all the patches by
themselves. They can request help from project authors, who should be
ready to take part in this.
Also, finish replacing "development" by the more appropriate word
"project".
Diffstat (limited to 'dev/ci/README-developers.md')
| -rw-r--r-- | dev/ci/README-developers.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev/ci/README-developers.md b/dev/ci/README-developers.md index 9ed7180807..dba3d38c6c 100644 --- a/dev/ci/README-developers.md +++ b/dev/ci/README-developers.md @@ -43,9 +43,10 @@ See also [`test-suite/README.md`](../../test-suite/README.md) for information ab ### Breaking changes When your PR breaks an external project we test in our CI, you must -prepare a patch (or ask someone to prepare a patch) to fix the -project. There is experimental support for an improved workflow, see -[the next section](#experimental-automatic-overlay-creation-and-building), below +prepare a patch (or ask someone —possibly the project author— to +prepare a patch) to fix the project. There is experimental support for +an improved workflow, see [the next +section](#experimental-automatic-overlay-creation-and-building), below are the steps to manually prepare a patch: 1. Fork the external project, create a new branch, push a commit adapting |
