-
Notifications
You must be signed in to change notification settings - Fork 325
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
[Feature request] Statistics Include organizational repositories and open source contributions in the GitHub Profile Summary API #200
Comments
This might be related to issue #89. 🤔 Currently, we calculate the total code in a repository but are not able to specify and separate multiple user contributions within a single repository. I'm not sure whether the current GitHub API provides this functionality. As per your request, we would need the following features:
I think we can consider implementing this feature if it is practical (might need some investigation). Would you like to do this? 😃 |
Thank you for your response! After some thought, I agree that calculating every individual commit in open-source projects may not be a practical solution, especially when the user's commits could be overwritten or modified by another author. Additionally, including repositories I've created within organizations in the stats may not be entirely necessary for the purposes of displaying information on my personal README. I'll consider alternative ways to showcase my contributions beyond personal repositories. Thanks again for explaining the situation and helping me understand it better. 😁😁 |
if i could suggest, i might something along the lines of "Organisation Stats" were it would show all commits form the organisation's repos/projects.. Like: Organisation: Sýrek industries Questions is if this would generate for all of organisations, or provide user an option to select specific one. |
@Cheezik |
Context
I am using the following two APIs to display language statistics in my GitHub README:
However, I noticed that these APIs only count repositories and commits from my personal repos, and do not include repos in organizations that I have created or my contributions to open source projects. I would like the API to be expanded to include these repos and commits in my personal README.
Alternatives
Currently, I haven’t found an alternative way to achieve this. However, adding support for counting contributions to repos outside of personal ownership would be an ideal solution.
Has the feature been requested before?
I haven’t seen any similar feature requests on the support channels.
If the feature request is approved, would you be willing to submit a PR?
Yes, I am willing to submit a PR if assistance is provided.
The text was updated successfully, but these errors were encountered: