Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a "contributors" page #60

Closed
dunglas opened this issue Jul 20, 2018 · 2 comments · Fixed by #191
Closed

Add a "contributors" page #60

dunglas opened this issue Jul 20, 2018 · 2 comments · Fixed by #191

Comments

@dunglas
Copy link
Member

dunglas commented Jul 20, 2018

This page new page will display the list of all API Platform contributors.

  • It must display the name of the contributor, it's GitHub avatar, and have a link to his GitHub account
  • Contributors must be ordered by number of contributions
  • The name of repositories the user contributed to must be displayed below his name (ex : core, docs, api-doc-parser).

It should extract the list of contributors using the GitHub API or by cloning the Git repositories directly. The process must be 100% automated.

Possible implementation:

  • Use the GitHub API to list all the repositories under the api-platform org
  • Clone all those repositories
  • Extract the list of contributors and their number of commits using Git
  • Group by email
@LionelBergen
Copy link

Is this still available? Where should the contributors section or page be?

@dunglas
Copy link
Member Author

dunglas commented Oct 3, 2019

It's still available! It should be a new page, with a link in the footer maybe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants