-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path.all-contributorsrc
99 lines (99 loc) · 2.38 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "vkkhare",
"name": "varun khare",
"avatar_url": "https://avatars1.githubusercontent.com/u/18126069?v=4",
"profile": "http://vkkhare.github.io",
"contributions": [
"code",
"test",
"doc",
"design",
"infra"
]
},
{
"login": "mccorby",
"name": "Jose A. Corbacho",
"avatar_url": "https://avatars2.githubusercontent.com/u/4661075?v=4",
"profile": "https://github.com/mccorby",
"contributions": [
"code",
"test",
"design",
"doc",
"infra"
]
},
{
"login": "IamRavikantSingh",
"name": "Ravikant Singh",
"avatar_url": "https://avatars3.githubusercontent.com/u/40258150?v=4",
"profile": "http://ravikantsingh.com",
"contributions": [
"code",
"doc"
]
},
{
"login": "codeboy5",
"name": "Saksham Rastogi",
"avatar_url": "https://avatars0.githubusercontent.com/u/40931412?v=4",
"profile": "https://github.com/codeboy5",
"contributions": [
"doc"
]
},
{
"login": "cereallarceny",
"name": "Patrick Cason",
"avatar_url": "https://avatars1.githubusercontent.com/u/1297930?v=4",
"profile": "https://www.patrickcason.com",
"contributions": [
"doc",
"business"
]
},
{
"login": "galalen",
"name": "Mohammed Galalen",
"avatar_url": "https://avatars0.githubusercontent.com/u/16897043?v=4",
"profile": "http://galalen.github.io",
"contributions": [
"doc",
"test"
]
},
{
"login": "erksch",
"name": "Erik Ziegler",
"avatar_url": "https://avatars2.githubusercontent.com/u/19290349?v=4",
"profile": "https://github.com/erksch",
"contributions": [
"bug"
]
},
{
"login": "pengyuan-zhou",
"name": "Pengyuan Zhou",
"avatar_url": "https://avatars3.githubusercontent.com/u/20013315?v=4",
"profile": "https://pengyuan-zhou.github.io/",
"contributions": [
"tutorial",
"infra"
]
}
],
"contributorsPerLine": 7,
"projectName": "KotlinSyft",
"projectOwner": "OpenMined",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": false
}