From 8c8ab9988c2eb896e656edbbcec79e7b7eb876ca Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 3 May 2022 17:02:48 +0200 Subject: [PATCH] :memo: CONTRIBUTING : added the PR "allow edits from maintainers" option --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a6c61882a..aba69465b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -133,7 +133,8 @@ When your code is working, please: * stash as much as possible your commits, * rebase your branch on our repo last commit, -* create a pull request. +* create a pull request +* mind to check the "[Allow edits from maintainers](https://docs.github.com/en/github-ae@latest/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)" option ! 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/).