-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path.all-contributorsrc
79 lines (79 loc) · 2.19 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
{
"projectName": "dashboard",
"projectOwner": "darekkay",
"files": [
"README.md"
],
"repoType": "github",
"repoHost": "https://github.com",
"imageSize": 50,
"contributorsPerLine": 12,
"contributorTemplate": "<a href='<%= contributor.profile %>' title='<%= contributor.login %> is awesome!'><img src='<%= contributor.avatar_url %>' alt='<%= contributor.login %>' width='<%= options.imageSize %>px' /></a>",
"commitConvention": "none",
"skipCi": true,
"contributors": [
{
"login": "darekkay",
"name": "Darek Kay",
"avatar_url": "https://avatars0.githubusercontent.com/u/3101914?v=4",
"profile": "https://darekkay.com/",
"contributions": [
"maintenance"
]
},
{
"login": "faboo03",
"name": "Fabien Rondeau",
"avatar_url": "https://avatars3.githubusercontent.com/u/421979?v=4",
"profile": "https://github.com/faboo03",
"contributions": [
"maintenance"
]
},
{
"login": "TateKennington",
"name": "TateKennington",
"avatar_url": "https://avatars0.githubusercontent.com/u/27887751?v=4",
"profile": "https://github.com/TateKennington",
"contributions": [
"maintenance"
]
},
{
"login": "adrianrios25",
"name": "Adrian PHilip Rios",
"avatar_url": "https://avatars1.githubusercontent.com/u/12592624?v=4",
"profile": "http://adrianriosweb.com/",
"contributions": [
"maintenance"
]
},
{
"login": "syentix",
"name": "Ole S.",
"avatar_url": "https://avatars3.githubusercontent.com/u/43079612?v=4",
"profile": "https://github.com/syentix",
"contributions": [
"maintenance"
]
},
{
"login": "pinkahd",
"name": "Alexandru Pinca",
"avatar_url": "https://avatars.githubusercontent.com/u/1828242?v=4",
"profile": "https://alexandru-pinca.me",
"contributions": [
"maintenance"
]
},
{
"login": "ludufre",
"name": "Luan Freitas",
"avatar_url": "https://avatars.githubusercontent.com/u/4112077?v=4",
"profile": "https://ludufre.com",
"contributions": [
"maintenance"
]
}
]
}