From 27cdabe383d7b6ff51992529c656c0ee3a55b5f9 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Fri, 21 May 2021 11:28:48 +0200 Subject: [PATCH] :memo: CONTRIBUTING : add "allow edits from maintainers" PR option --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 422ee629d3..ca0eafa284 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -137,3 +137,7 @@ When your code is working, please: * create a pull request. Detailed procedure to work on fork and create PR is available [in GitHub help pages](https://help.github.com/articles/creating-a-pull-request-from-a-fork/). + +You might check the ["Allow edits from maintainers" PR checkbox][allow_edits_checkbox] to ease review. + +[allow_edits_checkbox]: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork#enabling-repository-maintainer-permissions-on-existing-pull-requests \ No newline at end of file