Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2026 13:06:30 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: e8e92b6a18 - main - committers-guide: Add Closes: commit msg trailer
Message-ID:  <696794d6.420af.71859022@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/doc/commit/?id=e8e92b6a186e16b265af82e05fc664ceb2e1c345

commit e8e92b6a186e16b265af82e05fc664ceb2e1c345
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-01-14 13:05:52 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-01-14 13:05:52 +0000

    committers-guide: Add Closes: commit msg trailer
    
    Reviewed by:    vexeduxr
    Differential Revision:  https://reviews.freebsd.org/D54448
---
 documentation/content/en/articles/committers-guide/_index.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index d0c8604af2..6d28f85ea0 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -2678,6 +2678,11 @@ We include the commit title so that the referenced commit can be located even in
 It should include the entire URL to the pull request, as these often act as code reviews for the code.
 For example: `https://github.com/freebsd/freebsd-src/pull/745`
 
+| `Closes:`
+| This change concludes the patch series discussed at the specified Github pull request, and closes that request.
+It should include the entire URL to the pull request, as these often act as code reviews for the code.
+For example: `https://github.com/freebsd/freebsd-src/pull/745`
+
 |`Co-authored-by:`
 |The name and email address of an additional author of the commit.
 GitHub has a detailed description of the Co-authored-by trailer at https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696794d6.420af.71859022>