-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.all-contributorsrc
96 lines (96 loc) · 2.34 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
90
91
92
93
94
95
96
{
"projectName": "monorepo",
"projectOwner": "codechecks",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "krzkaczor",
"name": "Chris Kaczor",
"avatar_url": "https://avatars2.githubusercontent.com/u/1814312?v=4",
"profile": "https://twitter.com/krzkaczor",
"contributions": [
"code",
"ideas",
"doc",
"business",
"infra"
]
},
{
"login": "cgewecke",
"name": "cgewecke",
"avatar_url": "https://avatars0.githubusercontent.com/u/7332026?v=4",
"profile": "https://cgewecke.github.io/",
"contributions": [
"plugin",
"ideas",
"code"
]
},
{
"login": "timocov",
"name": "Evgeniy Timokhov",
"avatar_url": "https://avatars3.githubusercontent.com/u/3112183?v=4",
"profile": "https://twitter.com/timocov_",
"contributions": [
"plugin"
]
},
{
"login": "MichalZalecki",
"name": "Michał Załęcki",
"avatar_url": "https://avatars1.githubusercontent.com/u/3136577?v=4",
"profile": "https://michalzalecki.com",
"contributions": [
"code",
"plugin"
]
},
{
"login": "craigthompsonhive",
"name": "Craig Thompson",
"avatar_url": "https://avatars0.githubusercontent.com/u/46025159?v=4",
"profile": "http://craigsworks.com",
"contributions": [
"code"
]
},
{
"login": "ziolekjj",
"name": "Jakub Ziółkowski",
"avatar_url": "https://avatars2.githubusercontent.com/u/11246666?v=4",
"profile": "https://github.com/ziolekjj",
"contributions": [
"code",
"plugin"
]
},
{
"login": "dericgw",
"name": "Deric Cain",
"avatar_url": "https://avatars2.githubusercontent.com/u/34040106?v=4",
"profile": "https://github.com/dericgw",
"contributions": [
"code"
]
},
{
"login": "NoxHarmonium",
"name": "Sean Dawson",
"avatar_url": "https://avatars1.githubusercontent.com/u/2357137?v=4",
"profile": "http://www.seandawson.info",
"contributions": [
"plugin"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}