Skip to content

Commit dd23b9b

Browse files
committed
LP#2051946: Add Co-authored-by to commit-template
Add an example for Co-authored-by entries to the commit-template. This was requested by Mike Rylander in comment #3 of bug 2051946, and seconded by Stephanie Leary. Signed-off-by: Jason Stephenson <jason@sigio.com>
1 parent f6f2182 commit dd23b9b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

commit-template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
# Larger changes with extensive release notes in a separate file
1313
# and/or documentation updates may ignore the above.
1414

15+
# Additional authors or direct contributors for a commit can be
16+
# credited with lines like the followiing:
17+
## Co-authored-by: <Their Name <address@hostname.tld> >
18+
19+
1520
## Signed-off-by: <Your Name <address@hostname.tld> >
1621
# Above can be done with -s option to git commit.
1722

0 commit comments

Comments
 (0)