-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.all-contributorsrc
111 lines (111 loc) · 2.6 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "behinger",
"name": "Benedikt Ehinger",
"avatar_url": "https://avatars.githubusercontent.com/u/10183650?v=4",
"profile": "http://www.benediktehinger.de",
"contributions": [
"bug",
"code",
"doc",
"ideas",
"infra",
"maintenance",
"question",
"review",
"test",
"tutorial"
]
},
{
"login": "Link250",
"name": "Quantum",
"avatar_url": "https://avatars.githubusercontent.com/u/4541950?v=4",
"profile": "https://github.com/Link250",
"contributions": [
"code",
"doc"
]
},
{
"login": "vladdez",
"name": "Vladimir Mikheev",
"avatar_url": "https://avatars.githubusercontent.com/u/33777074?v=4",
"profile": "https://github.com/vladdez",
"contributions": [
"bug",
"code",
"doc",
"ideas",
"maintenance",
"review",
"test",
"tutorial"
]
},
{
"login": "NiklasMGaertner",
"name": "NiklasMGaertner",
"avatar_url": "https://avatars.githubusercontent.com/u/54365174?v=4",
"profile": "https://github.com/NiklasMGaertner",
"contributions": [
"code",
"doc"
]
},
{
"login": "SorenDoring",
"name": "SorenDoring",
"avatar_url": "https://avatars.githubusercontent.com/u/54365184?v=4",
"profile": "https://github.com/SorenDoring",
"contributions": [
"code",
"doc"
]
},
{
"login": "lokmanfl",
"name": "lokmanfl",
"avatar_url": "https://avatars.githubusercontent.com/u/44772645?v=4",
"profile": "https://github.com/lokmanfl",
"contributions": [
"code",
"doc"
]
},
{
"login": "jschepers",
"name": "Judith Schepers",
"avatar_url": "https://avatars.githubusercontent.com/u/22366977?v=4",
"profile": "https://github.com/jschepers",
"contributions": [
"bug",
"ideas",
"doc"
]
},
{
"login": "ReneSkukies",
"name": "René Skukies",
"avatar_url": "https://avatars.githubusercontent.com/u/57703446?v=4",
"profile": "https://reneskukies.de/",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "UnfoldMakie.jl",
"projectOwner": "unfoldtoolbox"
}