By default, your profile photo is a unique Identicon, which is generated from your GitHub user ID – pretty cool! But you should absolutely update this with your photo.
GitHub Glowup
Stand out with a customized GitHub profile
Published: August 26, 2024
Last updated: Jul 29, 2025
Sam Shanny-Csik |
Lecturer & Data Training Coordinator
Master of Environmental Data Science |
Bren School of Environmental Science & Management
Slides & source code available on GitHub
Part of the MEDS Career & Professional Development Workshop Series
GitHub is a portfolio
Yes, it’s a place to safely preserve versions of our work (in case our computers implode).
But it’s also (often) a place where current and / or potential collaborators and employers can:
explore your code
see your documentation
get a sense of your organizational practices and workflows
understand how you collaborate on projects (and with who)
learn about you as a person who has interests and a personality
1. Personalize your profile
By default, your profile photo is a unique Identicon, which is generated from your GitHub user ID – pretty cool! But you should absolutely update this with your photo.
1. Personalize your profile
To update your profile image and bio, click on Edit profile or on your photo. Consider adding:
Find more information on GitHub Docs
2. Pin repos that showcase your skills
Find more information on GitHub Docs
2. Pin repos that showcase your skills
Pin up to 6 repositories by:
3. Make sure your contributions count
Troubleshooting or trying to understand your contributions map? Check out this help documentation: Why are my contributions now showing up on my profile?
4. Add a profile README
To add a profile README:
See GitHub documentation for more info on profile READMEs
4. Add a profile README
See the GitHub documentation for more info on profile READMEs
4. Add a profile README
See someone with a really cool README? Check out the source code! Navigate to their profile README repo > click on the README.md
file > switch to “Code” view:
Always consider web accessibility
Web accessibility means that websites, tools, and technologies are designed and developed so that people with disabilities can use them. More specifically, people can perceive, understand, navigate, and interact with the Web, and contribute to the Web
Improve your GitHub profile page accessibility
A few simple ways to ensure that assistive technology can help users understand and navigate your README:
<img src="image-url.com" alt="This is alt text">
#
for your title, then the appropriate level-header thereafter (don’t skip levels)*
or -
for each list item, rather than special characters or emojisThe above pointers come from the github.blog post, 5 tips for making your GitHub profile page accessible, and they apply to all web pages, not just your README!
You may use the remainder of our time to finish customizing your GitHub profile!