website icon indicating copy to clipboard operation
website copied to clipboard

Show contributors from commits

Open rosano opened this issue 4 years ago • 0 comments

Seems like Jekyll supports contributors to the current repository or organization_members which exclude people from commits. Ideally there would be something like organization_contributors to show people from commits in all repositories across an organization.

I found some ways to show this information via the GitHub API:

  • https://daquinoaldo.github.io/organization-contributions/?org=remotestorage
  • https://api.github.com/orgs/remotestorage/repos
  • https://api.github.com/repos/remotestorage/website/contributors

and will try to either integrate directly with our project, create a plugin, or PR to Jekyll. Will post updates here.

rosano avatar Aug 31 '21 12:08 rosano