-
Notifications
You must be signed in to change notification settings - Fork 40
/
.all-contributorsrc
125 lines (125 loc) · 3.46 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
116
117
118
119
120
121
122
123
124
125
{
"files": [
"README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"types": {
"custom": {
"symbol": "🔭",
"description": "A custom contribution type.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"skipCi": true,
"contributors": [
{
"login": "schrank",
"name": "Fabian Blechschmidt",
"avatar_url": "https://avatars1.githubusercontent.com/u/379680?v=4",
"profile": "http://www.fabian-blechschmidt.de",
"contributions": [
"code",
"doc"
]
},
{
"login": "sprankhub",
"name": "Simon Sprankel",
"avatar_url": "https://avatars1.githubusercontent.com/u/930199?v=4",
"profile": "https://www.simonsprankel.com/",
"contributions": [
"review",
"maintenance"
]
},
{
"login": "quafzi",
"name": "Thomas Birke",
"avatar_url": "https://avatars1.githubusercontent.com/u/164261?v=4",
"profile": "https://github.com/quafzi",
"contributions": [
"code"
]
},
{
"login": "toonvd",
"name": "Toon Van Dooren",
"avatar_url": "https://avatars1.githubusercontent.com/u/1227745?v=4",
"profile": "https://github.com/toonvd",
"contributions": [
"code"
]
},
{
"login": "LlZARD",
"name": "LlZARD",
"avatar_url": "https://avatars1.githubusercontent.com/u/462687?v=4",
"profile": "https://github.com/LlZARD",
"contributions": [
"code"
]
},
{
"login": "kkrieger85",
"name": "Kevin",
"avatar_url": "https://avatars2.githubusercontent.com/u/4435523?v=4",
"profile": "http://kkrieger.de",
"contributions": [
"code"
]
},
{
"login": "sylvainraye",
"name": "Sylvain Rayé",
"avatar_url": "https://avatars2.githubusercontent.com/u/1337461?v=4",
"profile": "https://www.diglin.com",
"contributions": [
"code"
]
},
{
"login": "erfanimani",
"name": "Erfan",
"avatar_url": "https://avatars3.githubusercontent.com/u/930470?v=4",
"profile": "https://erfanimani.com/",
"contributions": [
"code"
]
},
{
"login": "Flyingmana",
"name": "Daniel Fahlke",
"avatar_url": "https://avatars3.githubusercontent.com/u/237319?v=4",
"profile": "http://flyingmana.name",
"contributions": [
"code"
]
},
{
"login": "jeroenvermeulen",
"name": "Jeroen Vermeulen",
"avatar_url": "https://avatars1.githubusercontent.com/u/658024?v=4",
"profile": "http://www.jeroenvermeulen.eu/",
"contributions": [
"code"
]
},
{
"login": "infabo",
"name": "Ingo Fabbri",
"avatar_url": "https://avatars0.githubusercontent.com/u/3999104?v=4",
"profile": "https://github.com/infabo",
"contributions": [
"code"
]
}
],
"projectName": "magento-performance-tweaks",
"projectOwner": "firegento",
"repoType": "github",
"repoHost": "https://github.com"
}