It would be cool to log new contributors and active contributors over time:
- New contributors: Count of GitHub users who created their first pull request.
- Active contributors: Any form of interaction (comment or code review).
- Active committers: Any form of interaction (comment or code review).
No idea how to query for these, though.
Done is:
- We're logging the number of new contributors, number of active contributors, and number of active committers on a trailing 30 day basis.
- The data is displayed on the dashboard in some manner.
It would be cool to log new contributors and active contributors over time:
No idea how to query for these, though.
Done is: