-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
64 lines (64 loc) · 1.44 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"projectName": "nexus-allowlist",
"projectOwner": "The contributors",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "JimMadge",
"name": "Jim Madge",
"avatar_url": "https://avatars.githubusercontent.com/u/23616154?v=4",
"profile": "https://github.com/JimMadge",
"contributions": [
"bug",
"code",
"doc",
"ideas",
"infra",
"review",
"test"
]
},
{
"login": "craddm",
"name": "Matt Craddock",
"avatar_url": "https://avatars.githubusercontent.com/u/5796417?v=4",
"profile": "https://github.com/craddm",
"contributions": [
"bug",
"code",
"infra"
]
},
{
"login": "jemrobinson",
"name": "James Robinson",
"avatar_url": "https://avatars.githubusercontent.com/u/3502751?v=4",
"profile": "https://github.com/jemrobinson",
"contributions": [
"bug",
"code",
"review"
]
},
{
"login": "Jbaudon",
"name": "Jbaudon",
"avatar_url": "https://avatars.githubusercontent.com/u/81579455?v=4",
"profile": "https://github.com/Jbaudon",
"contributions": [
"code",
"doc",
"ideas"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}