sourcerer-io / hall-of-fame

:trophy: Show some love to your contributors! A widget for your repo README. Visual and clean. Refreshes every hour.
MIT License
947 stars 89 forks source link

My repo is being skipped due to "No contributions" #43

Closed nuttyartist closed 4 years ago

nuttyartist commented 4 years ago

Hello, I really like the idea and would like to use it in my repo https://github.com/nuttyartist/notes, but it seems like sourcerer is skipping my notes repo due to wrongly identifying "No contributions". Can you help solve that?

Thanks!

sergey48k commented 4 years ago

hi @nuttyartist

This usually happens when sourcerer does not know about all email addresses you used for commits. Try the following:

Locally, in your repo:

git log | grep Author | sort | uniq

This should give you a list of emails. Then go to https://sourcerer.io/settings#emails and make sure all those emails are listed.

nuttyartist commented 4 years ago

There many emails, can't they be listed automatically?

nuttyartist commented 4 years ago

Also, will each of the user's email I put (contributors) will need to confirm their email?

redbitshift commented 4 years ago

The idea is you add your emails because it's your profile. Please don't add your coworker emails.

nuttyartist commented 4 years ago

Gotcha! Now it's working, thanks! :)