-
Notifications
You must be signed in to change notification settings - Fork 68
/
.all-contributorsrc
115 lines (115 loc) · 2.99 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
{
"projectName": "cpluspluscourse",
"projectOwner": "hsf-training",
"repoType": "github",
"repoHost": "https://github.com",
"contributorsSortAlphabetically": true,
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"contributors": [
{
"login": "chavid",
"name": "David Chamont",
"avatar_url": "https://avatars.githubusercontent.com/u/4421289?v=4",
"profile": "https://github.com/chavid",
"contributions": [
"content"
]
},
{
"login": "hageboeck",
"name": "Stephan Hageboeck",
"avatar_url": "https://avatars.githubusercontent.com/u/16205615?v=4",
"profile": "https://github.com/hageboeck",
"contributions": [
"content"
]
},
{
"login": "bernhardmgruber",
"name": "Bernhard Manfred Gruber",
"avatar_url": "https://avatars.githubusercontent.com/u/1224051?v=4",
"profile": "https://github.com/bernhardmgruber",
"contributions": [
"content"
]
},
{
"login": "eguiraud",
"name": "Enrico Guiraud",
"avatar_url": "https://avatars.githubusercontent.com/u/10999034?v=4",
"profile": "https://github.com/eguiraud",
"contributions": [
"content"
]
},
{
"login": "roiser",
"name": "Stefan Roiser",
"avatar_url": "https://avatars.githubusercontent.com/u/807095?v=4",
"profile": "https://github.com/roiser",
"contributions": [
"content"
]
},
{
"login": "sponce",
"name": "Sebastien Ponce",
"avatar_url": "https://avatars.githubusercontent.com/u/731524?v=4",
"profile": "https://github.com/sponce",
"contributions": [
"content"
]
},
{
"login": "theanalyst",
"name": "Abhishek L",
"avatar_url": "https://avatars.githubusercontent.com/u/1433152?v=4",
"profile": "http://includeio.stream/",
"contributions": [
"content"
]
},
{
"login": "graeme-a-stewart",
"name": "Graeme A Stewart",
"avatar_url": "https://avatars.githubusercontent.com/u/8511620?v=4",
"profile": "https://github.com/graeme-a-stewart",
"contributions": [
"content"
]
},
{
"login": "krasznaa",
"name": "Attila Krasznahorkay",
"avatar_url": "https://avatars.githubusercontent.com/u/30694331?v=4",
"profile": "https://github.com/krasznaa",
"contributions": [
"content"
]
},
{
"login": "bcouturi",
"name": "bcouturi",
"avatar_url": "https://avatars.githubusercontent.com/u/7208288?v=4",
"profile": "https://github.com/bcouturi",
"contributions": [
"content"
]
},
{
"login": "klieret",
"name": "Kilian Lieret",
"avatar_url": "https://avatars.githubusercontent.com/u/13602468?v=4",
"profile": "https://www.lieret.net/",
"contributions": [
"infra"
]
}
],
"contributorsPerLine": 7
}