-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
80 lines (80 loc) · 1.93 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
{
"projectName": "SkewbPage",
"projectOwner": "AnnikaStein",
"files": [
"README.md"
],
"imageSize": 100,
"contributors": [
{
"login": "AnnikaStein",
"name": "Annika Stein",
"avatar_url": "https://avatars.githubusercontent.com/u/53974095?v=4",
"profile": "http://annikastein.github.io",
"contributions": [
"code",
"test",
"ideas",
"content",
"doc",
"design",
"maintenance",
"projectManagement",
"promotion",
"research",
"review",
"tutorial",
"video"
]
},
{
"login": "yutu58",
"name": "Mattheo de Wit",
"avatar_url": "https://avatars.githubusercontent.com/u/26894283?v=4",
"profile": "https://github.com/yutu58",
"contributions": [
"code",
"ideas"
]
},
{
"login": "mihlefeld",
"name": "Malte Ihlefeld",
"avatar_url": "https://avatars.githubusercontent.com/u/37628763?v=4",
"profile": "https://github.com/mihlefeld",
"contributions": [
"code",
"ideas",
"userTesting"
]
},
{
"login": "Lykos",
"name": "Bernhard F. Brodowsky",
"avatar_url": "https://avatars.githubusercontent.com/u/235985?v=4",
"profile": "https://github.com/Lykos",
"contributions": [
"ideas",
"financial",
"userTesting"
]
},
{
"login": "allcontributors",
"name": "Elias Malomgré",
"avatar_url": "https://avatars.worldcubeassociation.org/uploads/user/avatar/2017MALO02/1581792874.jpeg",
"profile": "https://www.worldcubeassociation.org/persons/2017MALO02",
"contributions": [
"code",
"ideas",
"userTesting"
]
}
],
"repoType": "github",
"contributorsPerLine": 7,
"repoHost": "https://github.com",
"commitConvention": "angular",
"skipCi": true,
"commitType": "docs"
}