-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
.all-contributorsrc
61 lines (61 loc) · 1.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
{
"projectName": "SwiftSyft",
"projectOwner": "OpenMined",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "mjjimenez",
"name": "Mark Jimenez",
"avatar_url": "https://avatars3.githubusercontent.com/u/4151269?v=4",
"profile": "https://github.com/mjjimenez",
"contributions": [
"code",
"doc"
]
},
{
"login": "mamuleanu",
"name": "Madalin Mamuleanu",
"avatar_url": "https://avatars0.githubusercontent.com/u/10297451?v=4",
"profile": "https://github.com/mamuleanu",
"contributions": [
"code"
]
},
{
"login": "Rohith-hacker",
"name": "Rohith Pudari",
"avatar_url": "https://avatars1.githubusercontent.com/u/27728974?v=4",
"profile": "https://rohith-hacker.github.io/",
"contributions": [
"code"
]
},
{
"login": "Baschdl",
"name": "Sebastian Bischoff",
"avatar_url": "https://avatars0.githubusercontent.com/u/3034832?v=4",
"profile": "https://github.com/Baschdl",
"contributions": [
"doc"
]
},
"login": "lukereichold",
"name": "Luke Reichold",
"avatar_url": "https://avatars3.githubusercontent.com/u/693592?v=4",
"profile": "http://lukereichold.com",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}