-
Notifications
You must be signed in to change notification settings - Fork 10
Issue creation as a contribution #1
Comments
Hi @jeaye :)
No special reason, I just didn't need it for https://github.com/AurelienLourot/ghuser.io and I wanted to avoid unnecessary HTTP GETs because of the rate limit.
Yes :) I'll try to do it today. I'll probably make it a |
Sweet! Thanks for the quick and helpful reply. An optional flag for this sounds good to me. :) |
Bear with me please :) I have implemented the whole thing but at the last moment I discovered that it wasn't very reliable. So I dug a bit and this is what happens: bd745c8#diff-04c6e90faac2675aa89e2176d2eec7d8R72 TL;DR "hot issues" need to be fetched differently from "non-hot" ones. I have now also written a failing unit test for this and I need to implement this part as well. I hope I won't hit anything else. |
done :) $ sudo npm install -g @ghuser/[email protected]
$ github-contribs --verbose --issues --since 2018-08-08 jeaye
✔ Fetched first day at GitHub: 2011-09-17.
⚠ Be patient. The whole process might take up to a few seconds...
2018-08-09: (hot issues) zulip/docker-zulip
2018-08-08: (hot issues) AurelienLourot/github-contribs
✔ Fetched all commits, PRs and issues.
2 repo(s) found:
zulip/docker-zulip
AurelienLourot/github-contribs |
Awesome job! This worked very well for me. Thank you! :) |
Thank you :) |
The Github profile page also takes into account issue creation as part of the contributions, but it seems github-contribs does not. Is there any reason why this wasn't included? Can it be added?
The text was updated successfully, but these errors were encountered: