git hooks: add "Tested by" to commit message template

Reported by:	mjg
Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2021-02-02 13:36:45 -05:00
parent 45456abc4c
commit 9d0f1092cf

View File

@ -45,6 +45,7 @@ $(awk '1;/^#$/{exit}' $1)
# PR: <If and which Problem Report is related.>
# Reported by: <If someone else reported the issue.>
# Reviewed by: <If someone else reviewed your modification.>
# Tested by: <If someone else tested the change.>
# Approved by: <If you needed approval for this commit.>
# Obtained from: <If the change is from a third party.>
# MFC after: <N [day[s]|week[s]|month[s]]. Request a reminder email>