-
Notifications
You must be signed in to change notification settings - Fork 10
/
.all-contributorsrc
132 lines (132 loc) · 3.2 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"projectName": "Unfold.jl",
"projectOwner": "unfoldtoolbox",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "jschepers",
"name": "Judith Schepers",
"avatar_url": "https://avatars.githubusercontent.com/u/22366977?v=4",
"profile": "https://github.com/jschepers",
"contributions": [
"bug",
"code",
"doc",
"tutorial",
"ideas",
"test"
]
},
{
"login": "behinger",
"name": "Benedikt Ehinger",
"avatar_url": "https://avatars.githubusercontent.com/u/10183650?v=4",
"profile": "http://www.benediktehinger.de",
"contributions": [
"bug",
"code",
"doc",
"tutorial",
"ideas",
"test",
"infra",
"test",
"maintenance",
"review",
"question"
]
},
{
"login": "ReneSkukies",
"name": "René Skukies",
"avatar_url": "https://avatars.githubusercontent.com/u/57703446?v=4",
"profile": "https://reneskukies.de/",
"contributions": [
"bug",
"doc",
"tutorial",
"code",
"ideas"
]
},
{
"login": "ReboreExplore",
"name": "Manpa Barman",
"avatar_url": "https://avatars.githubusercontent.com/u/43548330?v=4",
"profile": "https://reboreexplore.github.io/",
"contributions": [
"infra"
]
},
{
"login": "palday",
"name": "Phillip Alday",
"avatar_url": "https://avatars.githubusercontent.com/u/1677783?v=4",
"profile": "https://www.phillipalday.com",
"contributions": [
"code",
"infra"
]
},
{
"login": "kleinschmidt",
"name": "Dave Kleinschmidt",
"avatar_url": "https://avatars.githubusercontent.com/u/135920?v=4",
"profile": "http://davekleinschmidt.com",
"contributions": [
"doc"
]
},
{
"login": "ssaket",
"name": "Saket Saurabh",
"avatar_url": "https://avatars.githubusercontent.com/u/27828189?v=4",
"profile": "https://github.com/ssaket",
"contributions": [
"bug"
]
},
{
"login": "suddha-bpn",
"name": "suddha-bpn",
"avatar_url": "https://avatars.githubusercontent.com/u/7974144?v=4",
"profile": "https://github.com/suddha-bpn",
"contributions": [
"bug"
]
},
{
"login": "vladdez",
"name": "Vladimir Mikheev",
"avatar_url": "https://avatars.githubusercontent.com/u/33777074?v=4",
"profile": "https://github.com/vladdez",
"contributions": [
"bug",
"doc"
]
},
{
"login": "carmenamme",
"name": "carmenamme",
"avatar_url": "https://avatars.githubusercontent.com/u/100191854?v=4",
"profile": "https://github.com/carmenamme",
"contributions": [
"doc"
]
},
{
"login": "maxvanmigem",
"name": "Maximilien Van Migem",
"avatar_url": "https://avatars.githubusercontent.com/u/115144441?v=4",
"profile": "https://github.com/maxvanmigem",
"contributions": [
"bug"
]
}
]
}