How to add your contribution stats to your Github Profile README



This content originally appeared on DEV Community and was authored by Rishi Chitnis

So you want to update Your README with your Contribution Stats?

Well you have come to the right blog post,

Today I will walk you through how you can do that

Step 1: Go to the Repository

Go to LordDashMe’s Github Page, then click on Repositories and Scroll down until you see this: LordDashMe/github-contribution-stats or click on the Repository from the Pinned section

Image description

Image description

Step 2: Copy link

Go to the repo and scroll down to the README and go copy the following code:

[![Contribution Stats](https://github-contribution-stats.vercel.app/api/?username=lorddashme)](https://github.com/LordDashMe/github-contribution-stats/)

Step 3: Change to your username

Change the username part to your username

For example:

username=rishichitnis008

And there you go now your Github Profile is updated with you Contribution Stats

See you later,

Bye


This content originally appeared on DEV Community and was authored by Rishi Chitnis