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

feat: add contributor over time graph to README #3276

Closed
wants to merge 1 commit into from

Conversation

guoqqqi
Copy link

@guoqqqi guoqqqi commented May 22, 2021

Hi, community!

To better present how our community grows, we develop a tool to show contributors growing history on https://github.com/api7/contributor-graph. Since we found it helpful, we think maybe if it could help some other community.

WHAT IT IS

Basically, it just shows the contributors growth over time, just like the stargazers over time on the README. It would be the same with stars that we would update the graph each day, so the link would always present the real-time data. There is some other stuff to play around with if you would like to give it a try~

image

HOW IT WORKS

We use Github API to get all commits, try to find the “Github way” to filter commits so the result data would be similar to Github, and then get the first commit time of each user.

Don't hesitate to tell us if there is a better place to present this graph other than this, or there are some other worries or other features you would like to have~🍻

Copy link
Contributor

@ArcLightSlavik ArcLightSlavik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a link to a completely different service not controlled by fastapi is a horrible idea.

The graph itself can be useful, but it would need to be hosted on a service controlled by fastapi (tiangolo) or calculated monthly, similar to FastAPI people.

@tiangolo
Copy link
Member

Hey, thanks for the suggestion, but I prefer to keep it as it is. If someone is interested in seeing a graph like that they can probably use your service directly or check out the contributors section: https://github.com/tiangolo/fastapi/graphs/contributors

But thanks for your interest! I'll close this now.

@tiangolo tiangolo closed this Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants