diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-04-24 17:47:23 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-04-24 17:47:23 +0300 |
commit | b20165407673cf4a4240505a9132410ee24ce4eb (patch) | |
tree | 8cc039fb94074d922221d3a00ed46170f2db6cc0 /CONTRIBUTE | |
parent | 168609cc1b7b10d71e08b3166233026b1f0c8794 (diff) |
* CONTRIBUTE: Clarify "co-authored-by". (Bug#20400)
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r-- | CONTRIBUTE | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 1e04e3bbac..9aa76d541c 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -76,8 +76,9 @@ messages: file first line (starting with the asterisk). Then there is no individual files section. -- If the commit has authors other than yourself, the commit message - should contain a separate line like the following: +- If the commit has more than one author, the commit message should + contain a separate line to mention the other authors, like the + following: Co-authored-by: Joe Schmoe <j.schmoe@example.org> |