jameslamb / oss-report

Make a report on one or more users' open source contributions
3 stars 2 forks source link

Add "PRs reviewed" to contributions #6

Open austin3dickey opened 6 years ago

austin3dickey commented 6 years ago

It looks like Github counts "PRs reviewed" as a contribution (see my profile) but they're not showing up in this project's activity.

jameslamb commented 6 years ago

Good suggestion!

This is super hard-coded right now: https://github.com/jameslamb/oss_report/blob/master/ui/GithubClient.py#L106

I would accept a PR that just adds a new hard-coded block.

Also (if you're feeling ambitious) I want to group these types by "stuff contributors do" and "stuff maintainers do", per #1