-
Notifications
You must be signed in to change notification settings - Fork 21
/
.all-contributorsrc
112 lines (112 loc) · 2.65 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"projectName": "gaphas",
"projectOwner": "gaphor",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "amolenaar",
"name": "Arjan Molenaar",
"avatar_url": "https://avatars0.githubusercontent.com/u/96249?v=4",
"profile": "https://github.com/amolenaar",
"contributions": [
"code",
"bug",
"doc",
"review",
"question",
"plugin"
]
},
{
"login": "danyeaw",
"name": "Dan Yeaw",
"avatar_url": "https://avatars1.githubusercontent.com/u/10014976?v=4",
"profile": "https://ghuser.io/danyeaw",
"contributions": [
"code",
"test",
"review",
"bug",
"question",
"infra",
"doc"
]
},
{
"login": "wrobell",
"name": "wrobell",
"avatar_url": "https://avatars2.githubusercontent.com/u/105664?v=4",
"profile": "https://github.com/wrobell",
"contributions": [
"code",
"test",
"review"
]
},
{
"login": "jlstevens",
"name": "Jean-Luc Stevens",
"avatar_url": "https://avatars3.githubusercontent.com/u/890576?v=4",
"profile": "https://github.com/jlstevens",
"contributions": [
"code",
"bug",
"doc"
]
},
{
"login": "franzlst",
"name": "Franz Steinmetz",
"avatar_url": "https://avatars1.githubusercontent.com/u/1144966?v=4",
"profile": "http://www.franework.de",
"contributions": [
"code",
"bug"
]
},
{
"login": "adrianboguszewski",
"name": "Adrian Boguszewski",
"avatar_url": "https://avatars3.githubusercontent.com/u/4547501?v=4",
"profile": "https://github.com/adrianboguszewski",
"contributions": [
"code"
]
},
{
"login": "Rbelder",
"name": "Rico Belder",
"avatar_url": "https://avatars3.githubusercontent.com/u/15119522?v=4",
"profile": "https://github.com/Rbelder",
"contributions": [
"bug",
"review"
]
},
{
"login": "adamboduch",
"name": "Adam Boduch",
"avatar_url": "https://avatars2.githubusercontent.com/u/114619?v=4",
"profile": "http://www.boduch.ca",
"contributions": [
"bug"
]
},
{
"login": "janettech",
"name": "Janet Jose",
"avatar_url": "https://avatars3.githubusercontent.com/u/13398384?v=4",
"profile": "https://github.com/janettech",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7
}