github-statistics icon indicating copy to clipboard operation
github-statistics copied to clipboard

Contributors?

Open richardliaw opened this issue 5 years ago • 2 comments

Would it be possible show "Contributors" over time?

richardliaw avatar Apr 01 '20 23:04 richardliaw

It is absolutely possible as everything comes from the GithubAPI. Can you be specific on what kind of infomation will be helpful about "Contributors"?

boyuanfang avatar Apr 01 '20 23:04 boyuanfang

Yes! I want to see, how popular is a project going over time. Specifically, what is the size of the set of contributors?

One way of doing this right now on the CLI is git shortlog -n -s -- . | wc -l. It'd be great if that was part of the graphs.

richardliaw avatar Apr 01 '20 23:04 richardliaw