TIL: displaying contributor avatars in GitHub changelogs
While working on a changelog-generation script for my vsvg project, I wanted to display the list of contributors as circular avatars, just like GitHub does in multiple places. After a few Google searches and some failed attempts, I identified a couple of key tricks. The first is about obtaining the avatar image for a given GitHub account. Although the URL is hard to predict, adding .png to the account page acts as redirection....