forked from isar/isar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
96 lines (96 loc) · 2.51 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
{
"files": [
"packages/isar/README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "Jtplouffe",
"name": "JT",
"avatar_url": "https://avatars.githubusercontent.com/u/32107801?v=4",
"profile": "https://github.com/Jtplouffe",
"contributions": [
"test",
"bug"
]
},
{
"login": "leisim",
"name": "Simon Leier",
"avatar_url": "https://avatars.githubusercontent.com/u/13610195?v=4",
"profile": "https://www.linkedin.com/in/simon-leier/",
"contributions": [
"bug",
"code",
"doc",
"test",
"example"
]
},
{
"login": "h1376h",
"name": "Hamed H.",
"avatar_url": "https://avatars.githubusercontent.com/u/3498335?v=4",
"profile": "https://github.com/h1376h",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "Viper-Bit",
"name": "Peyman",
"avatar_url": "https://avatars.githubusercontent.com/u/24822764?v=4",
"profile": "https://github.com/Viper-Bit",
"contributions": [
"bug",
"code"
]
},
{
"login": "blendthink",
"name": "blendthink",
"avatar_url": "https://avatars.githubusercontent.com/u/32213113?v=4",
"profile": "https://github.com/blendthink",
"contributions": [
"maintenance"
]
},
{
"login": "Moseco",
"name": "Moseco",
"avatar_url": "https://avatars.githubusercontent.com/u/10720298?v=4",
"profile": "https://github.com/Moseco",
"contributions": [
"bug"
]
},
{
"login": "Frostedfox",
"name": "Frostedfox",
"avatar_url": "https://avatars.githubusercontent.com/u/84601232?v=4",
"profile": "https://github.com/Frostedfox",
"contributions": [
"doc"
]
},
{
"login": "nohli",
"name": "Joachim Nohl",
"avatar_url": "https://avatars.githubusercontent.com/u/43643339?v=4",
"profile": "http://achim.io",
"contributions": [
"maintenance"
]
}
],
"contributorTemplate": "<a href=\"https://github.com/<%= contributor.login %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"projectName": "isar",
"projectOwner": "isar",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}