-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy path.all-contributorsrc
63 lines (63 loc) · 1.71 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
{
"projectName": "Megacubo",
"projectOwner": "EdenwareApps",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 80,
"commit": false,
"commitConvention": "angular",
"columnsPerRow": 6,
"contributors": [
{
"login": "anasomar1",
"name": "Anas Yaseen",
"avatar_url": "https://avatars.githubusercontent.com/u/72883250?v=4",
"profile": "https://anasyaseen.com/",
"contributions": [
"translation"
]
},
{
"login": "tarteAuxPommes",
"name": "tarteAuxPommes",
"avatar_url": "https://avatars.githubusercontent.com/u/2378786?v=4",
"profile": "https://github.com/tarteAuxPommes",
"contributions": [
"translation"
]
},
{
"login": "taksssss",
"name": "Tak",
"avatar_url": "https://avatars.githubusercontent.com/u/26397391?v=4",
"profile": "https://github.com/taksssss",
"contributions": [
"translation"
]
},
{
"login": "MembaCo",
"name": "Memba Co.",
"avatar_url": "https://avatars.githubusercontent.com/u/661617?v=4",
"profile": "http://membaco.com/",
"contributions": [
"translation"
]
},
{
"login": "EdenwareApps",
"name": "Edenware",
"avatar_url": "https://avatars.githubusercontent.com/u/7549528?v=4",
"profile": "http://edenware.app/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 5,
"linkToUsage": false,
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>"
}