git: 34f5366d0493 - stable/13 - development.7/FILES: add CONTRIBUTING + git-arc.sh

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 09 Sep 2024 20:09:09 UTC
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=34f5366d049383e94250c451853e98cf53a3e526

commit 34f5366d049383e94250c451853e98cf53a3e526
Author:     Alexander Ziaee <concussious@runbox.com>
AuthorDate: 2024-06-18 11:02:42 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-09-09 20:08:45 +0000

    development.7/FILES: add CONTRIBUTING + git-arc.sh
    
    MFC after: 3 days
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1300
    
    (cherry picked from commit c2c6f08c8b47cfda79529e0a1016b8f7803c0ec8)
    (cherry picked from commit 29020ea39d6c55983dfa49b3c2928acdd851c1d3)
---
 share/man/man7/development.7 | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/share/man/man7/development.7 b/share/man/man7/development.7
index 6448d24aa957..eb5a57a464fc 100644
--- a/share/man/man7/development.7
+++ b/share/man/man7/development.7
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 1, 2022
+.Dd July 7, 2024
 .Dt DEVELOPMENT 7
 .Os
 .Sh NAME
@@ -119,7 +119,14 @@ build and test status of CURRENT and STABLE branches,
 the continuous integration system is at:
 .Pp
 .Lk https://ci.FreeBSD.org
-.Pp
+.Sh FILES
+.Bl -compact -tag -width "/usr/src/tools/tools/git/git-arc.sh"
+.It Pa /usr/src/CONTRIBUTING.md
+.Fx
+contribution guidelines
+.It Pa /usr/src/tools/tools/git/git-arc.sh
+Phabricator review tooling
+.El
 .Sh EXAMPLES
 Check out the CURRENT branch, build it, and install, overwriting the current
 system: