Closed Skn0tt closed 2 years ago
@Skn0tt is attempting to deploy a commit to the All Contributors Team on Vercel.
A member of the Team first needs to authorize it.
Hey Simon, thanks for the PR. I'd rather not merge it though, I'm trying to reduce complexity to make the app code easier to maintain, and the use case to parse URLs to GitHub user accounts instead of user names didn't come up before or after you created the PR. We can keep it open for a while, but unless there is more demand for it I'd rather close it.
Out of curiosity: where do you get the profile URL from, when asking the app to add someone as contributor?
Hey @gr2m!
I don't exactly remember where I got the profile URL, I think I accidentally hit Right-Click -> Copy Link
on some contributor. When I pasted that into the field, my thoughts were "well, all-contributors
seems to understand almost anything I give it - let's see if it also understands profile URLs!". And when it didn't, I quickly put together this PR :)
Keeping complexity low is important, I'm absolutely with you. I like the idea of keeping it open a bit longer - but absolutely feel free to close the PR in a couple weeks :)
I'm absolutely with you. I like the idea of keeping it open a bit longer - but absolutely feel free to close the PR in a couple weeks :)
Closing this one since agreed by the author @Skn0tt and reviewer @gr2m.
Great work on all-contributors!
Sometimes, I'm lazy and I paste a URL like
https://github.com/jakeBolam
into a comment - I'd love if all-contributors supported that. This PR adds support.