You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a commit history graph to display the commit count over the past year.
Something like this:
Commit count over a longer period of time is a clear sign of project activity. Showing only the last commit date can be misleading since it could originate from renovate/dependabot and not an actual contributor.
The data could be stored in the yml files like so:
As discussed here https://lemmy.world/post/3622280
It would be nice to have a commit history graph to display the commit count over the past year.
Something like this:
Commit count over a longer period of time is a clear sign of project activity. Showing only the last commit date can be misleading since it could originate from renovate/dependabot and not an actual contributor.
The data could be stored in the yml files like so:
To reduce the number of requests necessary for this data the GitHub GraphQL API could be used as outlined here: nodiscc/hecat#118
The text was updated successfully, but these errors were encountered: