From 67783db661f88cf5259c19bb59ddee9e076007ac Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 18 Apr 2024 14:38:54 -0400 Subject: [PATCH] CONTRIBUTING: request only one submission type per change We have some instances of contributors opening a GitHub pull request and a Phabricator review for the same change, which divides or duplicates review effort. Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44856 --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7dcdc1b4968..c26b1d335c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,10 @@ The preferred method depends on a few factors including the size or scope of the change. GitHub pull requests are preferred for relatively straightforward changes where the contributor already has a GitHub account. +A change should be submitted by only one method. For example, please do not +open a GitHub pull request and create a Phabricator review for the same change +(unless explicitly requested to do so by a FreeBSD committer). + ## GitHub Pull Requests Presently, GitHub 'freebsd-src' repository is one of the publish-only services