sftrabbit / CppPatterns-Patterns

A repository of modern C++ patterns curated by the community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: linking contributor github profiles

ilpropheta opened this issue · comments

On sample pages, is it possible to link each contributor icon to his/her github profile?
E.g. here:
snap
It would be cool to have a link on the second (blank) icon!

This has been fixed in the latest build. The previous solution would only work if the email in your commit was publicly associated with a GitHub account. Now we have a manually maintained contributors file which contains everybody's GitHub usernames. It'll still fall back to the old solution if the person is not found in the contributors file.

Cool! You're doing a great work Joseph 👍