When GitHub stats (especially watchers and stars) are accumulated from the repository level to the project level, there is some double (or triple, quadruple, etc.) counting going. See this code for example.
What should happen is that any time any one user watches any number of repositories in a project, they're only counted once.
When GitHub stats (especially watchers and stars) are accumulated from the repository level to the project level, there is some double (or triple, quadruple, etc.) counting going. See this code for example.
What should happen is that any time any one user watches any number of repositories in a project, they're only counted once.