DTrejo / node-authors

print a markdown list of authors/contributors to your git repo, including github usernames. uses node.js!
MIT License
41 stars 2 forks source link

Different kind of contributors #8

Open szaghi opened 9 years ago

szaghi commented 9 years ago

Dear all,

thank you for sharing this nice project.

I would like to promote an enhancement: it often happens that people contribute to a project indirectly, without pushing commits, pull-requests and so on. Many times people contribute to a project just testing it and opening issues/tickets. It would be nice to have also a list of such contributors, e.g. listing the authors of the issues opened. Does this feature be already available? If not, do you like it?

My best regards, Stefano

DTrejo commented 9 years ago

Yes I like it!

Would you like to send us a PR?

Once you've contributed I can make you a contributor.

Best, D On Apr 23, 2015 11:56 PM, "Stefano Zaghi" notifications@github.com wrote:

Dear all,

thank you for sharing this nice project.

I would like to promote an enhancement: it often happens that people contribute to a project indirectly, without pushing commits, pull-requests and so on. Many times people contribute to a project just testing it and opening issues/tickets. It would be nice to have also a list of such contributors, e.g. listing the authors of the issues opened. Does this feature be already available? If not, do you like it?

My best regards, Stefano

— Reply to this email directly or view it on GitHub https://github.com/DTrejo/node-authors/issues/8.

szaghi commented 9 years ago

:-) Great answer!

I have no experience with JS, node.js... I cannot contribute, sorry, maybe others will inspired by this idea :-)

Thank you again, My best regards, Stefano

DTrejo commented 9 years ago

Ah, it's quite alright!

If you'd like to try, I can give you tips!

e.g. this is the API you want to use for contributors: https://developer.github.com/v3/repos/#list-contributors

and this is the API for people who've contributed by opening issues: https://developer.github.com/v3/issues/#list-issues (exclude issues that have the pull_request key)

Best, David

On Fri, Apr 24, 2015 at 12:19 AM, Stefano Zaghi notifications@github.com wrote:

:-) Great answer!

I have no experience with JS, node.js... I cannot contribute, sorry, maybe others will inspired by this idea :-)

Thank you again, My best regards, Stefano

— Reply to this email directly or view it on GitHub https://github.com/DTrejo/node-authors/issues/8#issuecomment-95832222.

See my projects at dtrejo.com Read my tips for developers dtrejo.com/blog