Does anyone know if there’s a way to view the number of developers working on a public project on Github? I’d like to know how active a project is before deciding whether or not to use the software. I can see the number of people watching the project, and the number of people who forked. If I browse the source, I can see the names of users who have committed changes to the project. What I’m hoping to find is a list (or total number) of all those users who have pushed back commits.
Share
Once you’re on a repository page, click the Graphs Tab, then Contributors. You will then see a graph for each contributor and their level of contribution.
eg here is CakePHP’s contributor graph: https://github.com/cakephp/cakephp/graphs/contributors