为什么分叉存储库不显示贡献?

Why isn't forked repository showing contributions?

我将一些提交推送到我的分叉存储库。 我可以在我的分叉存储库的提交历史记录中看到我的提交,但我的贡献没有显示提交 activity.. 是因为我推送到分叉存储库,而不是我的存储库..? 有什么方法可以显示分叉存储库的贡献吗?

https://github.com/devjoylee/estimate-board

GitHub 声明在分叉中所做的提交不会被计为您个人资料中贡献图中的贡献。拉取请求和问题都计入 IIRC。

这是我找到参考的地方:https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile

希望对您有所帮助。谢谢!