git: 9950d69c30 - main - committers-guide: Recommend using git arc
Dag-Erling Smørgrav <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/doc/commit/?id=9950d69c305b3ddd1a5c74b47fef448e76c42519 commit 9950d69c305b3ddd1a5c74b47fef448e76c42519 Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2025-07-25 17:12:46 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2025-07-25 17:12:46 +0000 committers-guide: Recommend using git arc Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D51532 --- documentation/content/en/articles/committers-guide/_index.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index d200c79053..dc3e6a4679 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2972,6 +2972,9 @@ You can find out more about Bugzilla at: The FreeBSD Project utilizes https://reviews.freebsd.org[Phabricator] for code review requests. See the https://wiki.freebsd.org/Phabricator[Phabricator wiki page] for details. +Please use the `git arc` command provided by `devel/freebsd-git-devtools` (install the port or package, then type `git help arc` for documentation) to create and update Phabricator reviews. +This will make it easier for others to review and test your patches. + Committers with non-``FreeBSD.org`` Phabricator accounts can have the old account renamed to the ``FreeBSD.org`` account by following these steps: [.procedure]