Track the number of contributors from repos that use the json-schema topic, over time #3
Labels
📈 Stats
Related to gathering or displaying statistics related to the JSON Schema ecosystem
Status: Available
No one has claimed responsibility for resolving this issue.
Depends on: #1
We define contributors as users who have comitted to the git history.
It should be quite easy to get the current number of contributors using just a few lines.
Getting this historically shouldn't be super difficult, as you can checkout git repos without code (just the log) and do an analysis.
If we expanded the definition of contributions to include Issues and PR reviews, this would probably be different to what most people expect, and getting at historic data would be much more effort, although not impossible.
Would need to do something similar to https://github.com/api7/contributor-graph
There may be an easier approach, but I haven't been able to find one when looking for about half an hour.
(Look at the nice graphs it makes from the data it collects!)
The text was updated successfully, but these errors were encountered: