How to Contribute

Follow these simple steps to add your profile card and make your first open-source contribution 🚀

01

Prepare Your Image

  • Square image (1:1 ratio)
  • .jpg or .png format
  • Under 500KB
  • Name it as your GitHub username
Tip: Use tools like Squoosh to compress images
02

Fork & Clone

Fork the repository to your GitHub account, then clone it to your local machine:

git clone https://github.com/your-username/repo-name.git
03

Add Your Details

Add your image to the images/ folder and update index.html with your card:

images/
your-username.jpg
04

Commit & Create PR

Commit your changes and push to your fork:

git add .
git commit -m "Add my profile card"
git push origin main

Then create a Pull Request from your fork to the main repository.

Good first PRs are always welcome!

Additional Resources

Ready to Make Your Contribution?

Join our growing community of open-source contributors!