Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Mention how to add co-author info. #318
Conversation
When converting other people's patch, ensure to add the "Co-authored-by:" message.
| attribution to the original patch author by adding "Original patch by | ||
| <author name>." to the pull request description and commit message. | ||
| attribution to the original patch author by adding "Co-authored-by: | ||
| Author Name <email_address> ." to the pull request description and commit message. |
matrixise
Jan 30, 2018
Member
why a Co-author ? If you are the author, and just this author, we don't have to use 'Co-authored-by'.
Mariatta
Jan 30, 2018
Author
Member
This section is about creating a pull request based on another person's patch. In this case, I think co-author is appropriate.
If there's only one author, and the patch author and PR author is the same, then there is no need to add Co-authored-by.
When converting other people's patch, ensure to add the "Co-authored-by:" message.