-
Notifications
You must be signed in to change notification settings - Fork 22
/
.all-contributorsrc
130 lines (130 loc) · 4.26 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"contributors": [
{
"login": "serendipious",
"name": "Ankit Kuwadekar",
"avatar_url": "https://avatars1.githubusercontent.com/u/909781?v=4",
"profile": "https://github.com/serendipious",
"contributions": [
"code"
]
},
{
"login": "jeanlescure",
"name": "Jean Lescure",
"avatar_url": "https://avatars2.githubusercontent.com/u/3330339?v=4",
"profile": "https://jeanlescure.cr",
"contributions": [
"maintenance",
"code",
"doc",
"test"
]
},
{
"login": "DiLescure",
"name": "Diana Lescure",
"avatar_url": "https://avatars2.githubusercontent.com/u/1036995?v=4",
"profile": "https://dianalu.design",
"contributions": [
"code"
]
},
{
"login": "EmerLM",
"name": "EmerLM",
"avatar_url": "https://avatars2.githubusercontent.com/u/64379301?v=4",
"profile": "https://github.com/EmerLM",
"contributions": [
"code"
]
},
{
"login": "angelnath26",
"name": "angelnath26",
"avatar_url": "https://avatars0.githubusercontent.com/u/63522028?v=4",
"profile": "https://github.com/angelnath26",
"contributions": [
"code",
"review"
]
},
{
"login": "jeffturcotte",
"name": "Jeff Turcotte",
"avatar_url": "https://avatars0.githubusercontent.com/u/65089?v=4",
"profile": "https://twitter.com/jeffturcotte",
"contributions": [
"code"
]
},
{
"login": "ColdtQ",
"name": "ColdtQ",
"avatar_url": "https://avatars.githubusercontent.com/u/64107374?v=4",
"profile": "https://github.com/ColdtQ",
"contributions": [
"code"
]
},
{
"login": "char0n",
"name": "Vladimir Gorej",
"avatar_url": "https://avatars.githubusercontent.com/u/193286?v=4",
"profile": "https://github.com/char0n",
"contributions": [
"code"
]
},
{
"login": "anthony-arnold",
"name": "Anthony Arnold",
"avatar_url": "https://avatars1.githubusercontent.com/u/154739?v=4",
"profile": "https://github.com/anthony-arnold",
"contributions": [
"security"
]
},
{
"login": "ekelvin",
"name": "Kelvin",
"avatar_url": "https://avatars1.githubusercontent.com/u/6638327?v=4",
"profile": "https://github.com/ekelvin",
"contributions": [
"ideas"
]
},
{
"login": "neversun",
"name": "Robert Scheinpflug",
"avatar_url": "https://avatars1.githubusercontent.com/u/9157500?v=4",
"profile": "https://github.com/neversun",
"contributions": [
"code"
]
},
{
"login": "mybuddymichael",
"name": "Michael Hanson",
"avatar_url": "https://avatars.githubusercontent.com/u/186724?v=4",
"profile": "https://github.com/mybuddymichael",
"contributions": [
"doc"
]
}
],
"files": [
"README.md"
],
"commit": false,
"imageSize": 100,
"contributorsPerLine": 5,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![<%= contributors.length %> Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-purple.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"130\" height=\"150\"><defs><rect id=\"rect\" width=\"<%= options.imageSize %>\" height=\"<%= options.imageSize %>\" x=\"15\" y=\"15\" rx=\"50%\"/><clipPath id=\"clip\"><use xlink:href=\"#rect\"/></clipPath></defs><use xlink:href=\"#rect\"/><image xlink:href=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>\" height=\"<%= options.imageSize %>\" x=\"15\" y=\"15\" clip-path=\"url(#clip)\"/><text x=\"15\" y=\"130\" textLength=\"<%= options.imageSize %>\" lengthAdjust=\"spacingAndGlyphs\" style=\"font: bold 88% sans-serif; fill: #5E40B8;\"><%= contributor.name %></text></svg></a><table><tbody><tr><td width=\"150\" align=\"center\"><%= contributions %></td></tr></tbody></table>",
"skipCi": true,
"projectName": "short-unique-id",
"projectOwner": "jeanlescure",
"repoType": "github",
"repoHost": "https://github.com"
}