-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
42 lines (42 loc) · 1.03 KB
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"projectName": "marvin",
"projectOwner": "ajtorres9",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"readme.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributorsPerLine": 7,
"badgeTemplate": "\n <img alt=\"All Contributors\" src=\"https://flat.badgen.net/badge/all%20contributors/<%= contributors.length %>/orange\">\n ",
"contributors": [
{
"login": "ajtorres9",
"name": "Andrew Torres",
"avatar_url": "https://avatars1.githubusercontent.com/u/450495?v=4",
"profile": "https://andrewjtorr.es",
"contributions": [
"code",
"doc",
"ideas",
"infra",
"review",
"test"
]
},
{
"login": "brian-dlee",
"name": "Brian Lee",
"avatar_url": "https://avatars2.githubusercontent.com/u/15238587?v=4",
"profile": "https://github.com/brian-dlee",
"contributions": [
"doc",
"ideas",
"question",
"review"
]
}
]
}