-
Notifications
You must be signed in to change notification settings - Fork 12
/
.all-contributorsrc
122 lines (122 loc) · 3.3 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
{
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 100,
"contributorsPerLine": 9,
"contributorsSortAlphabetically": true,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"skipCi": true,
"contributors": [
{
"login": "fkiraly",
"name": "Franz Kiraly",
"avatar_url": "https://avatars1.githubusercontent.com/u/7985502?v=4",
"profile": "https://github.com/fkiraly",
"contributions": [
"bug",
"code",
"doc",
"design",
"example",
"ideas",
"maintenance",
"projectManagement",
"review",
"test"
]
},
{
"login": "mloning",
"name": "Markus Löning",
"avatar_url": "https://avatars3.githubusercontent.com/u/21020482?v=4",
"profile": "https://github.com/mloning",
"contributions": [
"code",
"test",
"platform",
"bug",
"doc",
"design",
"ideas"
]
},
{
"login": "RNKuhns",
"name": "Ryan Kuhns",
"avatar_url": "https://avatars0.githubusercontent.com/u/26907244?v=4",
"profile": "https://github.com/rnkuhns",
"contributions": [
"bug",
"code",
"doc",
"design",
"example",
"ideas",
"maintenance",
"projectManagement",
"review",
"test"
]
},
{
"login": "tpvasconcelos",
"name": "Tomas P. de Vasconcelos",
"avatar_url": "https://avatars.githubusercontent.com/u/17701527?v=4",
"profile": "https://github.com/tpvasconcelos",
"contributions": [
"bug",
"code",
"doc",
"ideas",
"maintenance",
"test"
]
},
{
"login": "MBristle",
"name": "Mirko Bristle",
"avatar_url": "https://avatars.githubusercontent.com/MBristle",
"profile": "https://github.com/MBristle",
"contributions": [
"bug",
"code"
]
},
{
"login": "yarnabrina",
"name": "Anirban Ray",
"avatar_url": "https://avatars.githubusercontent.com/u/39331844?v=4",
"profile": "https://github.com/yarnabrina",
"contributions": [
"code",
"maintenance",
"test"
]
},
{
"login": "szepeviktor",
"name": "Viktor Szépe",
"avatar_url": "https://avatars.githubusercontent.com/u/952007?v=4",
"profile": "https://github.com/szepeviktor",
"contributions": [
"maintenance"
]
},
{
"login": "Abelarm",
"name": "Luigi Giugliano",
"avatar_url": "https://avatars.githubusercontent.com/u/6976921?v=4",
"profile": "https://github.com/Abelarm",
"contributions": [
"code"
]
}
],
"projectName": "skbase",
"projectOwner": "sktime",
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "none"
}