-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.all-contributorsrc
More file actions
22 lines (22 loc) · 880 Bytes
/
.all-contributorsrc
File metadata and controls
22 lines (22 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"projectName": "sema4",
"projectOwner": "jdalrymple",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 25,
"commit": false,
"wrapperTemplate": "<p><%= bodyContent %></p>",
"commitConvention": "angular",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"https://images.weserv.nl/?url=<%= contributor.avatar_url %>&h=<%= options.imageSize %>&w=<%= options.imageSize %>&fit=cover&mask=circle&maxage=7d\" alt=\"<%= contributor.name %>\"/>",
"contributors": [
{
"login": "jdalrymple",
"name": "Justin Dalrymple",
"avatar_url": "https://avatars3.githubusercontent.com/u/3743662?v=4",
"profile": "https://github.com/jdalrymple",
"contributions": ["code", "review", "maintenance", "bug", "ideas", "doc", "test", "infra"]
}
],
"contributorsPerLine": 26
}