Open Issues Need Help
View All on GitHubAI Summary: Commits made in bulk over extended periods are not appearing on the GitHub contribution graph. This is because identical commit data results in duplicate tree SHAs, which GitHub deduplicates. The proposed solution involves adding a unique field and timezone offset to the commit data to ensure distinct tree SHAs.
Complexity:
2/5
bug good first issue