arzzen / git-quick-stats

▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
https://git-quick-stats.sh/
MIT License
6.27k stars 248 forks source link

[Feature request] Add a report of new contributors #169

Open funnelfiasco opened 2 months ago

funnelfiasco commented 2 months ago

Is your feature request related to a problem? Please describe.

I'd like to find the first-time contributors to a repo over a given time frame.

Describe the solution you'd like

A new contributors report listing who made their first contribution to the repo in the specified window.

Describe alternatives you've considered

I've thought about manually looking through the commit log, but I found this tool and it seems like a good fit.

Additional context

funnelfiasco commented 2 months ago

I'm working on a proof of concept and will submit a PR once it's ready. I think for the initial attempt it will report on new commits after a user-specified date instead of specifying both a start and end date.