forked from L5Modular/L5Modular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
83 lines (83 loc) · 2.18 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
{
"projectName": "L5Modular",
"projectOwner": "Artem-Schander",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "juliomotol",
"name": "Julio Motol",
"avatar_url": "https://avatars0.githubusercontent.com/u/21353103?v=4",
"profile": "https://github.com/juliomotol",
"contributions": [
"code",
"test",
"tool"
]
},
{
"login": "husseinferas",
"name": "Hussein Feras",
"avatar_url": "https://avatars1.githubusercontent.com/u/27640691?v=4",
"profile": "https://github.com/husseinferas",
"contributions": [
"code",
"test",
"tool"
]
},
{
"login": "farhanwazir",
"name": "Farhan Wazir",
"avatar_url": "https://avatars0.githubusercontent.com/u/241825?v=4",
"profile": "https://www.cideator.com",
"contributions": [
"code"
]
},
{
"login": "davidhoeck",
"name": "David Höck ",
"avatar_url": "https://avatars3.githubusercontent.com/u/24294584?v=4",
"profile": "http://alpin11.at",
"contributions": [
"code"
]
},
{
"login": "mrpamacs",
"name": "Kis Viktor",
"avatar_url": "https://avatars0.githubusercontent.com/u/1251025?v=4",
"profile": "https://github.com/mrpamacs",
"contributions": [
"code"
]
},
{
"login": "AkramBerkawy",
"name": "Akram Berkawy",
"avatar_url": "https://avatars1.githubusercontent.com/u/3511510?v=4",
"profile": "https://github.com/AkramBerkawy",
"contributions": [
"code"
]
},
{
"login": "tombombadilll",
"name": "Thomas Eriksson",
"avatar_url": "https://avatars2.githubusercontent.com/u/1056064?v=4",
"profile": "https://github.com/tombombadilll",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"badgeTemplate": "<a href='#contributors'><img src='https://img.shields.io/badge/contributors-<%= contributors.length %>-orange.svg' alt='All Contributors'></a>"
}