Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add list of bitcoin.org contributors #459
Conversation
|
@saivann looks nice. Thanks! |
|
LGTM! |
|
@harding @instagibbs Thanks! |
|
Looks great |
|
I wonder how the GitHub list is generated. I contributed to bitcoin.org at least once, but I'm not on the list. |
|
@schildbach I don't know why some contributors seem to be ignored by the GitHub API, the same is happening to Satoshi actually in the development page. Just look at the API call and you'll notice you're missing: |
|
Yeah, this seems to be a bug of GitHub. I just checked "git log | grep Schildbach" and there should be 15 contributions (some of them are really minor, but still GitHub should count them). |
|
It looks like it's ignoring users without an email address or website listed on their GitHub page (e.g. @schildbach), or who don't have a GitHub page (e.g. @s_nakamoto). I don't know whether it's a bug or a privacy reason it ignores users without a listed email/website. |
|
I checked my emails registered with GitHub earlier today, and indeed my git commit email wasn't in there. I added it and now I'm included with the API call (with some hours of delay though, probably caused by caching). The strange thing is GitHub has always detected my contributions, for example in these charts. Anyway, the problem is solved for me. Thanks! |
|
Will you rebuild the page before merging? |
|
@schildbach the page is automatically rebuilt after each addition to master. I just did a test build here and "schildbach (14)" appears as expected, so it should appear on the live site 10-15 minutes after the merge. |
|
@saivann looking at the contributors list, I notice that some of the longer names are cut off---including yours and Wladimir's. (In Iceweasel [FF] 17, your name is fine but Wladimir's is still cut off; in Chromium [Chrome] 28, only Wladimir's is cut off.) The same problem is present on the en/development page with Wladimir's name and a few other names. Maybe we could decrease the number of columns by one to give each name a bit more space? |
|
@harding @schildbach Thanks for debugging the GitHub issue! @harding Agreed on your last suggestion, I just pushed a commit on master, that looks better! |

saivann commentedJun 16, 2014
Live preview: (Merged)
This pull requests is adding a list of contributors to bitcoin.org in the "About bitcoin.org" page, both an hardcoded list and another one using GitHub API. This list is far from complete (I've only started asking people if they want credits here since a few months), but at least we would now have a dedicated place for this purpose.