-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.all-contributorsrc
89 lines (89 loc) · 2.27 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"files": [
"CONTRIBUTORS.md",
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "ir3456",
"name": "Isaac Robbins",
"avatar_url": "https://avatars.githubusercontent.com/u/25242220?v=4",
"profile": "https://github.com/ir3456",
"contributions": [
"code",
"infra"
]
},
{
"login": "jabracadabrah",
"name": "Josh Abrahamsen",
"avatar_url": "https://avatars.githubusercontent.com/u/59886656?v=4",
"profile": "https://github.com/jabracadabrah",
"contributions": [
"infra"
]
},
{
"login": "phitoduck",
"name": "Eric Riddoch",
"avatar_url": "https://avatars.githubusercontent.com/u/32227767?v=4",
"profile": "https://github.com/phitoduck",
"contributions": [
"mentoring",
"code"
]
},
{
"login": "rgard90",
"name": "Ryan Gardner",
"avatar_url": "https://avatars.githubusercontent.com/u/39572434?v=4",
"profile": "https://github.com/rgard90",
"contributions": [
"business"
]
},
{
"login": "Joseph-Drapeau",
"name": "Joe Drapeau",
"avatar_url": "https://avatars.githubusercontent.com/u/36390255?v=4",
"profile": "https://github.com/Joseph-Drapeau",
"contributions": [
"code"
]
},
{
"login": "EthanMWalker",
"name": "Ethan Walker",
"avatar_url": "https://avatars.githubusercontent.com/u/42601622?v=4",
"profile": "https://github.com/EthanMWalker",
"contributions": [
"code"
]
},
{
"login": "powerpufffs",
"name": "Isaac Z Tai",
"avatar_url": "https://avatars.githubusercontent.com/u/39180701?v=4",
"profile": "https://github.com/powerpufffs",
"contributions": [
"review"
},{
"login": "AdamLenning",
"name": "Adam Lenning",
"avatar_url": "https://avatars.githubusercontent.com/u/7247323?v=4",
"profile": "https://github.com/AdamLenning",
"contributions": [
"a11y"
]
}
],
"contributorsPerLine": 7,
"projectName": "rootski",
"projectOwner": "rootski-io",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "none"
}