-
Notifications
You must be signed in to change notification settings - Fork 124
/
.all-contributorsrc
90 lines (90 loc) · 2.24 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kuzmany",
"name": "Zdeno Kuzmany",
"avatar_url": "https://avatars.githubusercontent.com/u/462477?v=4",
"profile": "https://webmecanik.com",
"contributions": [
"code"
]
},
{
"login": "dlopez-akalam",
"name": "dlopez-akalam",
"avatar_url": "https://avatars.githubusercontent.com/u/6641589?v=4",
"profile": "https://github.com/dlopez-akalam",
"contributions": [
"code"
]
},
{
"login": "mollux",
"name": "mollux",
"avatar_url": "https://avatars.githubusercontent.com/u/3983285?v=4",
"profile": "https://github.com/mollux",
"contributions": [
"code"
]
},
{
"login": "LadySolveig",
"name": "Martina Scholz",
"avatar_url": "https://avatars.githubusercontent.com/u/64533137?v=4",
"profile": "https://github.com/LadySolveig",
"contributions": [
"code"
]
},
{
"login": "escopecz",
"name": "John Linhart",
"avatar_url": "https://avatars.githubusercontent.com/u/1235442?v=4",
"profile": "http://johnlinhart.com",
"contributions": [
"review"
]
},
{
"login": "Rocksheep",
"name": "Marinus van Velzen",
"avatar_url": "https://avatars.githubusercontent.com/u/1311371?v=4",
"profile": "https://github.com/Rocksheep",
"contributions": [
"code"
]
},
{
"login": "PierreAmmeloot",
"name": "Pierre Ammeloot",
"avatar_url": "https://avatars.githubusercontent.com/u/4603318?v=4",
"profile": "https://pierre.ammeloot.fr",
"contributions": [
"userTesting"
]
},
{
"login": "matbcvo",
"name": "Martin Vooremäe",
"avatar_url": "https://avatars.githubusercontent.com/u/1006437?v=4",
"profile": "https://matbcvo.github.io",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "api-library",
"projectOwner": "mautic",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}