git: e8e92b6a18 - main - committers-guide: Add Closes: commit msg trailer

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Wed, 14 Jan 2026 13:06:30 UTC
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.