The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=80950a079b20ed59616525fbca8ccaf3b6afcebc
commit 80950a079b20ed59616525fbca8ccaf3b6afcebc Author: Warner Losh <[email protected]> AuthorDate: 2026-02-21 15:28:21 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2026-02-21 15:30:26 +0000 CONTRIBUTING.md: Github to Phabricator move adivce When moving from Github to Phabricator, request that the original github pull request be closed with the URL of the Phab. This cuts down on clutter and helps us track things better. Sponsored by: Netflix --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d33ec6612cf..2bfde5fb2e40 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,9 @@ 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). +(unless explicitly requested to do so by a FreeBSD committer). If asked to move +from Github to Phabricator, please close the Github pull request adding the URL +of the Phabricator review as a comment. ## GitHub Pull Requests
