From ecb4cb743567ecf92db27f4fec8c323fe3e004fd Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 5 Sep 2023 17:35:48 +0200 Subject: [PATCH] :memo: CONTRIBUTING : add a mention on "allow edits by maintainers" not available on org forks Seen in #523, thanks Lars ! --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 187069b62..f0b67267a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -140,7 +140,7 @@ When your code is working, please: * Pull request description: mind to add all the information useful to understand why you're suggesting this modification and anything necessary to dive into your work. Especially: - Bugfixes: exact steps to reproduce the bug (given/when/then), description of the bug cause and what solution is implemented - Enhancements: use cases, implementation details if needed -* 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 ! +* 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 ! (note that if you are working with an org fork, this option [won't be available](https://github.com/orgs/community/discussions/5634)) ## 🙏 We are thankful