diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-12 04:39:38 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-12 04:39:52 +0000 |
| commit | b60267f837929dfbdc16dfb62c256abe32e56ba6 (patch) | |
| tree | 0765aa7493a4dfb8b45e45100806d60facfdc810 | |
| parent | fce2279dbbac6e178ad47ca70556b071dc4de1c6 (diff) | |
comitters-guide: Update Submitted: by trailer
Suggested by: imp
Discussed with: emaste
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D55120
| -rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index ca2b4706f3..afaea189cb 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2588,11 +2588,13 @@ Typically used when there is no PR, for example if the issue was reported on a mailing list. |`Submitted by:` + -(deprecated) -|This has been deprecated with the migration to git; submitted patches should have the author set by using `git commit --author` with a full name and valid email. +(discouraged) +|Name of an author who submitted a change without providing a full valid patch, especially without a valid email. +Submitted patches should have the author set by using `git commit --author` with a full name and valid email. +Before the migration to git allowed separate author and committer fields, this was used for contributed patches. |`Reviewed by:` -a| +| The name and e-mail address of the person or people that reviewed the change; for developers, just the username on the FreeBSD cluster. If a patch was submitted to a mailing list for review, and the review was favorable, then just include the list name. If the reviewer is not a member of the project, provide the name, email, and if ports an external role like maintainer: Reviewed by a developer: |
