-
Notifications
You must be signed in to change notification settings - Fork 108
/
.all-contributorsrc
105 lines (105 loc) · 2.52 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
{
"projectName": "DockerSecurityPlayground",
"projectOwner": "giper45",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "giper45",
"name": "gx1",
"avatar_url": "https://avatars2.githubusercontent.com/u/18548727?v=4",
"profile": "https://github.com/giper45",
"contributions": [
"bug",
"code",
"content",
"design",
"doc",
"maintenance",
"projectManagement"
]
},
{
"login": "spromano",
"name": "Simon Pietro Romano",
"avatar_url": "https://avatars1.githubusercontent.com/u/4959718?v=4",
"profile": "https://github.com/spromano",
"contributions": [
"design",
"doc",
"projectManagement"
]
},
{
"login": "catuhub",
"name": "catuhub",
"avatar_url": "https://avatars0.githubusercontent.com/u/27270820?v=4",
"profile": "https://github.com/catuhub",
"contributions": [
"bug",
"code",
"design",
"doc",
"maintenance",
"projectManagement"
]
},
{
"login": "giterlizzi",
"name": "Giuseppe Di Terlizzi",
"avatar_url": "https://avatars0.githubusercontent.com/u/1824717?v=4",
"profile": "https://lotar.altervista.org",
"contributions": [
"code"
]
},
{
"login": "ale753",
"name": "Alessandro",
"avatar_url": "https://avatars0.githubusercontent.com/u/33957205?v=4",
"profile": "https://github.com/ale753",
"contributions": [
"doc",
"video",
"content"
]
},
{
"login": "RobertoD91",
"name": "Roberto",
"avatar_url": "https://avatars2.githubusercontent.com/u/298514?v=4",
"profile": "https://github.com/RobertoD91",
"contributions": [
"code",
"content",
"infra"
]
},
{
"login": "the-licato",
"name": "the-licato",
"avatar_url": "https://avatars2.githubusercontent.com/u/20096272?v=4",
"profile": "https://github.com/the-licato",
"contributions": [
"infra"
]
},
{
"login": "jiin995",
"name": "Gabriele Previtera",
"avatar_url": "https://avatars3.githubusercontent.com/u/6164845?v=4",
"profile": "https://github.com/jiin995",
"contributions": [
"code",
"talk"
]
}
],
"contributorsPerLine": 7
}