Contributor (LowEndInsight v0.9.0)

Copy Markdown View Source

Summary

Types

t()

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