Description
Context
I am using the following two APIs to display language statistics in my GitHub README:
<td width="50%" align="center">
<img align="center" src="https://github-profile-summary-cards.vercel.app/api/cards/repos-per-language?username=ChunhThanhDe&theme=dark" alt="1999AZZAR :: Top Langs by repo" />
<br></br>
<img align="center" src="https://github-profile-summary-cards.vercel.app/api/cards/most-commit-language?username=ChunhThanhDe&theme=dark" alt="1999AZZAR :: Top Langs by commit" />
</td>
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.