sb2nov / mac-setup

Installing Development environment on macOS
https://sourabhbajaj.com/mac-setup/
Other
7.18k stars 1.02k forks source link

Include more information for each contributor #151

Open simeg opened 7 years ago

simeg commented 7 years ago

I'm Submitting a ...

[ ] Bug report
[x] Tool/language/etc documentation request

Tool/Language/etc

An improvement to the contributors page would be to include each person's avatar, it could be in a grid formation maybe. I haven't looked into if the Github API offers that but I'm guessing it is. Maybe even more info than just avatar could be included, depending on what API offers.

I'm thinking something like they have in this readme.

What do you think @sb2nov?

sb2nov commented 7 years ago

The API does return a list of avatar URLs as well so I think we'll have the information needed and should be a good change as well.

simeg commented 7 years ago

Looking at the code it would be nice with some template engine if we're gonna have a grid. I'll give this some more thought.