Skip to content

SahilAkoliya-Dev/github-achievement-badges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ† GitHub Achievement Badges β€” Complete Guide

The most complete, up-to-date, and beginner-friendly guide to every GitHub Achievement Badge. Learn what each badge means, how to earn it, its tiers, and pro tips to collect them all!

GitHub Stars Last Updated Total Badges License

⭐ Star this repo so you never lose it!


πŸ“Œ Table of Contents


πŸ€” What are GitHub Achievement Badges?

GitHub Achievement Badges are special collectible awards that appear directly on your GitHub profile. They are automatically awarded by GitHub when you complete specific actions or milestones on the platform β€” like getting stars on your repos, merging pull requests, or contributing to legendary projects.

These badges sit on your public GitHub profile page and show the world your contributions, skills, and GitHub activity at a glance. Think of them as GitHub's way of gamifying open-source contributions!

Where do they appear? Go to any GitHub profile β†’ look at the left sidebar under your bio β€” you'll see all earned badges there.


πŸŽ–οΈ All GitHub Achievement Badges β€” Complete List

A quick overview of every badge available on GitHub right now.

# Badge Name Difficulty Has Tiers?
1 GitHub Starstruck Badge Starstruck 🟑 Medium βœ… Yes
2 GitHub Pull Shark Badge Pull Shark 🟒 Easy βœ… Yes
3 GitHub Pair Extraordinaire Badge Pair Extraordinaire 🟒 Easy βœ… Yes
4 GitHub Galaxy Brain Badge Galaxy Brain 🟑 Medium βœ… Yes
5 GitHub YOLO Badge YOLO 🟒 Easy ❌ No
6 GitHub Quickdraw Badge Quickdraw 🟒 Easy ❌ No
7 GitHub Heart on Your Sleeve Badge Heart On Your Sleeve 🟒 Easy βœ… Yes
8 GitHub Open Sourcerer Badge Open Sourcerer 🟑 Medium βœ… Yes
9 GitHub Public Sponsor Badge Public Sponsor 🟑 Medium ❌ No
10 GitHub Arctic Code Vault Badge Arctic Code Vault Contributor πŸ”΄ Unobtainable ❌ No
11 GitHub Mars 2020 Contributor Badge Mars 2020 Helicopter Contributor πŸ”΄ Unobtainable ❌ No

πŸ₯‡ Badge Tiers Explained

Some GitHub badges have multiple tiers β€” meaning the more you do, the higher the tier you unlock. Each tier upgrades the badge appearance on your profile (Default β†’ Bronze β†’ Silver β†’ Gold).

Tier Symbol Appearance
πŸ₯‰ Default No ring First time earning the badge
πŸ₯ˆ Bronze Bronze ring Mid-level milestone reached
πŸ₯‡ Silver Silver ring High-level milestone reached
πŸ… Gold Gold ring Maximum milestone reached

Tier upgrades happen automatically once you hit the required numbers. No action needed!


πŸ“– Every Badge β€” Detailed Breakdown


⭐ Starstruck

GitHub Starstruck Achievement Badge

Awarded when: One of your repositories receives a certain number of ⭐ stars from other users.

What it means: People love your work! This badge shows you've built something the GitHub community finds valuable enough to star and save.

How to Earn It:

  1. Create a public repository on GitHub
  2. Push useful/interesting code, tools, or resources
  3. Share it with the community (Reddit, Twitter, Dev.to, etc.)
  4. Wait for stars to roll in!

Tiers:

Tier Stars Required
πŸ₯‰ Default 16 stars
πŸ₯ˆ Bronze 128 stars
πŸ₯‡ Silver 512 stars
πŸ… Gold 4096 stars

πŸ’‘ Pro Tip: READMEs with great visuals, clear purpose, and a live demo tend to get the most stars. Sharing on Reddit r/github or Hacker News can give you a big boost!


πŸ”€ Pull Shark

GitHub Pull Shark Achievement Badge

Awarded when: A certain number of your pull requests get merged into any repository.

What it means: You're an active contributor to projects. Pull Sharks keep the open-source world running!

How to Earn It:

  1. Find an open-source project on GitHub
  2. Fork the repo and make your changes
  3. Open a Pull Request (PR)
  4. Get it reviewed and merged by the maintainer
  5. Repeat!

Tiers:

Tier Merged PRs Required
πŸ₯‰ Default 2 merged PRs
πŸ₯ˆ Bronze 16 merged PRs
πŸ₯‡ Silver 128 merged PRs
πŸ… Gold 1024 merged PRs

πŸ’‘ Pro Tip: Start by fixing typos, improving documentation, or adding tests β€” these PRs get merged quickly! Look for repos with the good first issue label.


πŸ‘₯ Pair Extraordinaire

GitHub Pair Extraordinaire Achievement Badge

Awarded when: You co-author a commit in a pull request that gets merged.

What it means: You believe in collaboration! This badge rewards pair programming and teamwork.

How to Earn It:

  1. Work with another GitHub user on code
  2. When committing, add a co-author line at the bottom of your commit message:
Co-authored-by: Friend's Name <friends-github-email@example.com>
  1. Open a PR with that commit and get it merged

Tiers:

Tier Co-authored PRs Required
πŸ₯‰ Default 1 co-authored merged PR
πŸ₯ˆ Bronze 10 co-authored merged PRs
πŸ₯‡ Silver 24 co-authored merged PRs
πŸ… Gold 48 co-authored merged PRs

πŸ’‘ Pro Tip: You can co-author with a friend on even your own small projects. Just make sure the email matches their GitHub account email!


🧠 Galaxy Brain

GitHub Galaxy Brain Achievement Badge

Awarded when: Your answer to a GitHub Discussion is marked as the accepted answer.

What it means: You're a knowledge-sharer and problem solver. Your answers are so good that maintainers officially mark them as the solution!

How to Earn It:

  1. Go to any public GitHub repository that has Discussions enabled
  2. Find a question/discussion where you can genuinely help
  3. Write a helpful, detailed answer
  4. Get the discussion author or repo maintainer to mark it as "Answered" βœ…

Tiers:

Tier Accepted Answers Required
πŸ₯‰ Default 1 accepted answer
πŸ₯ˆ Bronze 8 accepted answers
πŸ₯‡ Silver 16 accepted answers
πŸ… Gold 32 accepted answers

πŸ’‘ Pro Tip: Look in popular repos like microsoft/vscode, vercel/next.js, or facebook/react β€” they all have active Discussions tabs!


⚑ YOLO

GitHub YOLO Achievement Badge

Awarded when: You merge a pull request without a code review (no one reviewed it before merging).

What it means: You live dangerously! πŸ˜„ This badge is a fun, tongue-in-cheek reward for the bold.

How to Earn It:

  1. Create a repository where you are the owner
  2. Create a new branch and make any small change
  3. Open a pull request
  4. Merge it yourself without requesting or waiting for any review

⚠️ Only do this on your own repos β€” never on professional or collaborative projects!

Tiers:

This badge has no tiers β€” you either have it or you don't.

πŸ’‘ Pro Tip: This is one of the easiest badges to get β€” can be done in under 2 minutes on any test repo you own!


πŸ”« Quickdraw

GitHub Quickdraw Achievement Badge

Awarded when: You close an issue or pull request within 5 minutes of it being opened.

What it means: You're lightning fast! Quick to respond and take action.

How to Earn It:

  1. Open any issue or pull request on any repository (including your own)
  2. Close it within 5 minutes of opening
  3. Badge unlocked! πŸŽ‰

Tiers:

This badge has no tiers.

πŸ’‘ Pro Tip: The fastest way β€” open an issue on your own repo, then immediately close it. Done in under 10 seconds!


❀️ Heart On Your Sleeve

GitHub Heart on Your Sleeve Achievement Badge

Awarded when: You react to something on GitHub using the ❀️ heart emoji reaction.

What it means: You spread love in the GitHub community!

⚠️ Note: This badge is currently experimental and may not appear for all users yet.

How to Earn It:

  1. Find any issue, PR, comment, or discussion on GitHub
  2. Click the πŸ˜„ emoji reaction button
  3. Select the ❀️ heart reaction

Tiers:

Tier Hearts Given
πŸ₯‰ Default 1 heart reaction
πŸ₯ˆ Bronze 16 heart reactions
πŸ₯‡ Silver 128 heart reactions
πŸ… Gold 1024 heart reactions

🌍 Open Sourcerer

GitHub Open Sourcerer Achievement Badge

Awarded when: You have pull requests merged in multiple different public repositories.

What it means: You're not just contributing to one project β€” you're actively helping the entire open-source ecosystem!

⚠️ Note: This badge is currently experimental.

How to Earn It:

  1. Contribute to at least 2 different public repositories
  2. Get PRs merged in each of them

Tiers:

Tier Repos Contributed To
πŸ₯‰ Default 2 repos
πŸ₯ˆ Bronze 10 repos
πŸ₯‡ Silver 24 repos
πŸ… Gold 48 repos

πŸ’‘ Pro Tip: Websites like goodfirstissue.dev and up-for-grabs.net help you find beginner-friendly issues across many different repos!


πŸ’– Public Sponsor

GitHub Public Sponsor Achievement Badge

Awarded when: You publicly sponsor another developer or organization through GitHub Sponsors.

What it means: You financially support open-source developers β€” a true community hero!

How to Earn It:

  1. Go to any developer's profile that has GitHub Sponsors enabled
  2. Click the ❀️ Sponsor button on their profile
  3. Choose a monthly sponsorship amount and complete payment
  4. Make sure sponsorship visibility is set to Public (not private)

Tiers:

This badge has no tiers β€” sponsor once and it's yours!

πŸ’‘ Pro Tip: Many popular open-source developers have GitHub Sponsors. Even the lowest tier ($1/month) counts!


🌨️ Arctic Code Vault Contributor

GitHub Arctic Code Vault Contributor Achievement Badge

Awarded when: You contributed code to a public repository that was archived in the 2020 GitHub Arctic Code Vault β€” a program that preserved open-source code in a vault buried in the Arctic permafrost of Norway.

What it means: Your code is literally frozen in the Arctic and will be preserved for 1,000 years! 🧊

Can You Still Earn It?

πŸ”΄ No β€” this badge is no longer obtainable. The Arctic Code Vault snapshot was taken on February 2, 2020. Only developers who had commits pushed to qualifying public repos before that date received this badge.

If you have this badge β€” treasure it! Your code is part of history forever. πŸ”οΈ


🚁 Mars 2020 Helicopter Contributor

GitHub Mars 2020 Helicopter Contributor Achievement Badge

Awarded when: You contributed to one of the open-source repositories used by NASA's Ingenuity Mars Helicopter during the Mars 2020 mission.

What it means: Your code literally flew on another planet! πŸš€πŸͺ This is arguably the rarest and most prestigious GitHub badge in existence.

Can You Still Earn It?

πŸ”΄ No β€” this badge is no longer obtainable. The Ingenuity helicopter launched in July 2020. The list of qualifying repositories is permanently finalized.

Notable qualifying repos included numpy, opencv, fprime, and other libraries used in spacecraft software. If you contributed to any of these before the cutoff β€” you're a space legend. πŸ›Έ


πŸ‘€ How to Display Badges on Your Profile

You don't need to do anything β€” GitHub automatically shows your earned badges on your profile!

Here's where to find them:

  1. Go to your GitHub profile β†’ github.com/YOUR_USERNAME
  2. Look at the left sidebar beneath your bio and follower count
  3. Earned badges appear as small icons β€” hover over them to see the name and details!

To manage your badge visibility:

Settings β†’ Public profile β†’ Show Achievements on my profile β†’ Toggle on/off individual badges


πŸš€ Pro Tips to Earn Badges Fast

Goal Strategy
Get badges today (under 5 mins) Earn YOLO + Quickdraw right now on any repo you own
Grind Pull Shark fast Fix good first issue labeled tickets across popular open-source repos
Pair Extraordinaire easily Ask a friend to pair-code and add Co-authored-by: in the commit message
Galaxy Brain Answer open questions in GitHub Discussions of tools you use daily
Starstruck Build something useful, write a great README, and share on Reddit/Twitter
Open Sourcerer Submit small doc or typo fixes across many different public repos
Heart On Your Sleeve React with ❀️ to issues and PRs you find useful

❓ Frequently Asked Questions (FAQ)

Q: Do GitHub badges affect my profile ranking or job search?

Not directly, but they signal activity, collaboration, and open-source involvement β€” things many employers notice when browsing your profile.

Q: Can I hide a badge I don't want shown?

Yes! Go to Settings β†’ Public Profile β†’ Achievement settings and toggle individual badges on or off.

Q: Do badges expire?

No. Once earned, badges stay on your profile permanently.

Q: Why don't I see my badge yet after completing the action?

GitHub can take a few hours to process. If it's been over 24 hours, try refreshing your profile or checking GitHub Status.

Q: Can I earn badges on private repos?

Most badges require public repositories or publicly visible actions. Private repo activity generally does not count.

Q: Is the Arctic Code Vault badge the rarest?

The Mars 2020 Helicopter Contributor is arguably rarer. Very few qualifying repos existed, and most contributors were core maintainers of libraries like NumPy.

Q: Are there new badges coming?

GitHub occasionally adds new badges. "Heart On Your Sleeve" and "Open Sourcerer" are still experimental. Watch GitHub's blog for official announcements!

Q: Does starring my own repo count toward Starstruck?

No. GitHub does not count self-stars toward the Starstruck badge.

Q: Can I earn YOLO on someone else's repo?

Only if you have admin/maintainer access to that repo. The easiest way is always on your own repos.


🀝 Contributing

Found a mistake? Know about a new badge GitHub just released? Contributions are always welcome!

  1. Fork this repository
  2. Make your changes directly in the README.md
  3. Submit a Pull Request with a clear description of what you changed

Please keep all additions accurate, concise, and well-formatted to match the style of this guide. βœ…


πŸ“œ License

This project is licensed under the MIT License β€” feel free to share, fork, and use it freely!


If this guide helped you, please give it a ⭐ β€” it helps others find it too!

Made with ❀️ for the GitHub community

About

πŸ† A complete guide to all GitHub Achievement Badges β€” how to earn them, badge images, tiers, and tips. Updated regularly!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors