Skip to content

Add each contributor username #9

@buggyzap

Description

@buggyzap

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions