
π― Pair Extraordinaire
Goal: Have a co-authored commit land in a merged pull request.
| Difficulty | Time | Tiers |
|---|---|---|
| π’ Easy | ~10 min | 1 β π₯ 10 β π₯ 24 β π₯ 48 co-authored PRs |
β What counts
- A commit with a
Co-authored-by:trailer, included in a merged PR. - The co-author must be a real GitHub account (matched by email).
πͺ Step-by-step
- Find the co-authorβs GitHub email. Two safe options:
- Their noreply email:
ID+username@users.noreply.github.com(find the numeric ID athttps://api.github.com/users/<username>), or - Any verified email on their account.
- Their noreply email:
- Make a commit with the co-author trailer. π
The blank line before
Co-authored-byis required:git commit -m "feat: add feature Co-authored-by: NAME <ID+username@users.noreply.github.com>" -
Push the branch, open a Pull Request, and merge it. πβ
- GitHub shows both avatars on the commit β badge unlocked! π
π‘ Tips
- Add multiple
Co-authored-by:lines to credit more people (each on its own line). - Pair with a friend for real β genuinely the nicest way to earn this.
β³ When it appears
Minutes to a couple of hours after the merge.