-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi guys! I'm here again with another proposal.
What do you think about add each contributor that have worked on each file, and on the each line add the number of commits that the contributor have added to the file?
So we know which files are most edited/worked and also who have worked on them!
We can also create a top-level object that enclose a global resume for the period and can also specify the files in his children.
So we have for example
{
stats: {
contributors: {
JohnDoe: 8, // the sum of JohnDoe commits
JaneDoe: 5,
...
}
}
files: {
// same structure of now plus each contributor on file row
}
}
Give me some feedback! ⭐ Thanks
Metadata
Metadata
Assignees
Labels
No labels