-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
89 lines (89 loc) · 2.21 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "manegron",
"name": "Miguel Negrón",
"avatar_url": "https://avatars.githubusercontent.com/u/45871721?v=4",
"profile": "https://github.com/manegron",
"contributions": [
"code"
]
},
{
"login": "malvads",
"name": "Miguel Álvarez",
"avatar_url": "https://avatars.githubusercontent.com/u/128592227?v=4",
"profile": "https://github.com/malvads",
"contributions": [
"code"
]
},
{
"login": "davidredborder",
"name": "dAvId VHK",
"avatar_url": "https://avatars.githubusercontent.com/u/34706472?v=4",
"profile": "https://redborder.com",
"contributions": [
"code"
]
},
{
"login": "ViMesTor",
"name": "Vimesa",
"avatar_url": "https://avatars.githubusercontent.com/u/93142944?v=4",
"profile": "https://github.com/ViMesTor",
"contributions": [
"code"
]
},
{
"login": "EduaReyes",
"name": "Edu Reyes",
"avatar_url": "https://avatars.githubusercontent.com/u/94845004?v=4",
"profile": "https://github.com/EduaReyes",
"contributions": [
"code"
]
},
{
"login": "ejimz",
"name": "Enrique Jimenez Campos",
"avatar_url": "https://avatars.githubusercontent.com/u/1035024?v=4",
"profile": "http://ejimenez.es",
"contributions": [
"code"
]
},
{
"login": "arodriguezdlc",
"name": "Alberto Rodríguez",
"avatar_url": "https://avatars.githubusercontent.com/u/7372079?v=4",
"profile": "https://github.com/arodriguezdlc",
"contributions": [
"code"
]
},
{
"login": "jjptapia",
"name": "jjptapia",
"avatar_url": "https://avatars.githubusercontent.com/u/4497149?v=4",
"profile": "https://github.com/jjptapia",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "cookbook-minio",
"projectOwner": "redBorder"
}