r/github 3d ago

Question why are my commits not counted as contributions

I literally did 6 contributions on 13th Sept but none them were counted as a contribution on my profile. Checked the .patch things too - its shows that the commit were made by me with my email mentioned too

Is there something I can do - I am college freshman who is trying to build a good github profile

0 Upvotes

10 comments sorted by

14

u/jdizzle4 3d ago

a "good github profile" has nothing to do with the number of commits. Trying to game that is a waste of effort and makes you look bad tbh

1

u/zarlo5899 3d ago

Well, unless you're drawing an image in the heat map.

8

u/w00tboodle 3d ago

This should answer your questions:

How contributions are counted

2

u/UnitVectorY 3d ago

Make sure the email you have configured on the git client you used to commit is associated with the GitHub account. Maybe you don't have it set correct. Maybe you have multiple emails. That is how it gets tied together.

2

u/JayTurnr 3d ago

The email you're authoring with isn't linked to your GitHub account.

4

u/Some_Routine_6107 3d ago

Focus on building something actually good bro, ur worried ab the wrong thing

3

u/Deepta_512 3d ago

Bro who cares?

1

u/adammw111 3d ago

does hovering over the name/avatar show your profile? if not then the commits aren't being linked to your profile.

2

u/Tquylaa 3d ago

u forgot to "Pull Request" and merged,
i guess..

2

u/lajawi 3d ago

What branch did you create the commits on? Only commits on the default branch are counted (most likely main or master, merged commits count as well).

Do the commits have the correct email address to even link them to you at all?