Just thought I'd share a GitHub feature I'd not previously known about: adding `Co-authored-by: name <na...@example.com>` to a commit message gives that person "credit" for helping author a commit.
It seems like this might be a nice way to give a little thumbs up to new contributors whose PRs need a little brushing up before they can be merged -- or at least a nice alternative if they're having trouble implementing recommendations.
Rob McBroom
unread,
May 4, 2022, 8:20:12 AM5/4/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Quicksilver
Cool. I’ve seen that happen automatically after a rebase or something, but nice to know you can do it intentionally.