View Source Contributor (LowEndInsight v0.8.1)

Link to this section Summary

Link to this section Types

@type t() :: %Contributor{
  commits: [String.t()],
  count: integer(),
  email: String.t(),
  last_contribution_date: String.t(),
  merges: integer(),
  name: String.t()
}