committers-guide: Discourage use of Submitted by

The use of "Submitted by" is discouraged in all the source trees now.
This commit is contained in:
Mateusz Piotrowski 2021-04-20 17:11:49 +02:00
parent a527f32556
commit ea68d93d5f
1 changed files with 2 additions and 2 deletions

View File

@ -2530,8 +2530,8 @@ a mailing list.
|`Submitted by:` |`Submitted by:`
|The name and e-mail address of the person that submitted the fix; for developers, just the username on the FreeBSD cluster. |The name and e-mail address of the person that submitted the fix; for developers, just the username on the FreeBSD cluster.
Typically not used with Git; in the src and doc trees submitted patches should Typically not used with Git; submitted patches should
have the author set by using `git commit --author` have the author set by using `git commit --author`.
If the submitter is the maintainer of the port being committed, include "(maintainer)" after the email address. If the submitter is the maintainer of the port being committed, include "(maintainer)" after the email address.