-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy path.all-contributorsrc
103 lines (103 loc) · 2.69 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
{
"projectName": "YACCLAB",
"projectOwner": "prittt",
"files": [
"README.md"
],
"commit": false,
"repoType": "github",
"repoHost": "https://github.com",
"imageSize": 100,
"contributorsPerLine": 6,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat)](#contributors)",
"skipCi": true,
"contributors": [
{
"login": "prittt",
"name": "Federico Bolelli",
"avatar_url": "https://avatars3.githubusercontent.com/u/6863130?v=4",
"profile": "http://www.federicobolelli.it",
"contributions": [
"code",
"projectManagement",
"maintenance",
"infra",
"ideas"
]
},
{
"login": "stal12",
"name": "Stefano Allegretti",
"avatar_url": "https://avatars2.githubusercontent.com/u/34423515?v=1",
"profile": "https://github.com/stal12",
"contributions": [
"code",
"maintenance",
"bug",
"ideas",
"infra"
]
},
{
"login": "CostantinoGrana",
"name": "Costantino Grana",
"avatar_url": "https://avatars2.githubusercontent.com/u/18437151?v=1",
"profile": "https://github.com/CostantinoGrana",
"contributions": [
"code",
"projectManagement",
"ideas",
"infra"
]
},
{
"login": "MicheleCancilla",
"name": "Michele Cancilla",
"avatar_url": "https://avatars1.githubusercontent.com/u/22983812?v=4",
"profile": "https://michelecancilla.github.io",
"contributions": [
"code",
"platform",
"maintenance"
]
},
{
"login": "baraldilorenzo",
"name": "Lorenzo Baraldi",
"avatar_url": "https://avatars3.githubusercontent.com/u/8173533?v=4",
"profile": "http://www.lorenzobaraldi.com",
"contributions": [
"code",
"platform"
]
},
{
"login": "msoechting",
"name": "Maximilian Söchting",
"avatar_url": "https://avatars1.githubusercontent.com/u/6423697?v=4",
"profile": "http://msoechting.de",
"contributions": [
"code"
]
},
{
"login": "patrickhwood",
"name": "patrickhwood",
"avatar_url": "https://avatars.githubusercontent.com/u/2100827?v=4",
"profile": "https://github.com/patrickhwood",
"contributions": [
"bug"
]
},
{
"login": "fengweichangzi",
"name": "WalnutVision",
"avatar_url": "https://avatars.githubusercontent.com/u/87119815?v=4",
"profile": "https://github.com/fengweichangzi",
"contributions": [
"bug"
]
}
]
}