-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
56 lines (56 loc) · 1.48 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
{
"files": ["README.md"],
"imageSize": 100,
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<%= avatarBlock %><br /><%= contributions %>",
"types": {
"custom": {
"symbol": "🖼",
"description": "Artistic contribution",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"contributors": [
{
"login": "erneestoc",
"name": "Ernesto Cambuston",
"avatar_url": "https://avatars2.githubusercontent.com/u/1932403?s=460&v=4",
"profile": "https://github.com/erneestoc",
"contributions": [
"question",
"review",
"talk",
"code",
"test"
]
},
{
"login": "doctorcorral",
"name": "Ricardo Corral-Corral",
"avatar_url": "https://avatars2.githubusercontent.com/u/8988577?s=460&v=4",
"profile": "https://github.com/doctorcorral",
"contributions": [
"question",
"review",
"talk",
"code",
"content",
"mantainer"
]
},
{
"login": "davoclavo",
"name": "David Gómez U.",
"avatar_url": "https://avatars3.githubusercontent.com/u/691096?s=460&&v=4",
"profile": "https://github.com/davoclavo",
"contributions": [
"question",
"review",
"talk",
"code",
"debug"
]
}
]
}