Page MenuHomeFreeBSD

comitters-guide: Update Submitted: by trailer
ClosedPublic

Authored by ziaee on Feb 5 2026, 3:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 8, 12:08 AM
Unknown Object (File)
Wed, Feb 18, 1:56 PM
Unknown Object (File)
Wed, Feb 18, 5:39 AM
Unknown Object (File)
Feb 16 2026, 9:01 AM
Unknown Object (File)
Feb 16 2026, 12:27 AM
Unknown Object (File)
Feb 13 2026, 8:18 AM
Unknown Object (File)
Feb 13 2026, 6:40 AM
Unknown Object (File)
Feb 12 2026, 9:53 PM
Subscribers

Details

Summary

May require bikeshedding.

Suggested by: imp

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ziaee requested review of this revision.Feb 5 2026, 3:10 AM
ziaee created this revision.

It's not necessarily abandoned, this could also be used for patches submitted in non-email contexts, e.g. in a reddit comment.

Looking at some recent history I see:
Submitted by: Kraytonian -- no idea
Submitted by: markj -- maybe via comments in another review
Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> -- sounds like maybe not a patch per se, but a description of a change
Submitted by: lampa@fit.vutbr.cz -- this one looks like a missing use of git --author
Submitted by: Marco Devesas Campos <devesas.campos@gmail.com> -- redundant, git author also set to the same author

It's not necessarily abandoned, this could also be used for patches submitted in non-email contexts, e.g. in a reddit comment.

Or changes that aren't presented with a patch at all, like inline code snippets in a phab review.

Looking at some recent history I see:
Submitted by: Kraytonian -- no idea
Submitted by: markj -- maybe via comments in another review
Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> -- sounds like maybe not a patch per se, but a description of a change
Submitted by: lampa@fit.vutbr.cz -- this one looks like a missing use of git --author
Submitted by: Marco Devesas Campos <devesas.campos@gmail.com> -- redundant, git author also set to the same author

It's not necessarily abandoned, this could also be used for patches submitted in non-email contexts, e.g. in a reddit comment.

Or changes that aren't presented with a patch at all, like inline code snippets in a phab review.

Looking at some recent history I see:
Submitted by: Kraytonian -- no idea
Submitted by: markj -- maybe via comments in another review
Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> -- sounds like maybe not a patch per se, but a description of a change
Submitted by: lampa@fit.vutbr.cz -- this one looks like a missing use of git --author
Submitted by: Marco Devesas Campos <devesas.campos@gmail.com> -- redundant, git author also set to the same author

My most common case for this for me is 'Submitted by: foo on github' when the change is trivial and not worth the round-trip to get the author name (eg a typo that's old), or that the author doesn't want to provide an email. Though many times 'Suggested by:' is better (though that requires an email or FreeBSD user id by tradition).

The main point should be that we prefer authors to include an email, require it for any non-trivial changes, and when they don't, we like to give credit anyway.

documentation/content/en/articles/committers-guide/_index.adoc
2599

Unlike the Reviewed-by: standard trailer, this tag is a comma separated list, with occasional commentary added.

Reviewed by: imp, ziaee (man pages), markj (prior version)
markj added inline comments.
documentation/content/en/articles/committers-guide/_index.adoc
2593
This revision is now accepted and ready to land.Feb 6 2026, 3:43 PM
This revision was automatically updated to reflect the committed changes.