forked from py-why/dowhy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
81 lines (81 loc) · 1.99 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
{
"files": [
"CONTRIBUTING.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "emrekiciman",
"name": "emrekiciman",
"avatar_url": "https://avatars3.githubusercontent.com/u/5982160?v=4",
"profile": "https://github.com/emrekiciman",
"contributions": [
"code"
]
},
{
"login": "amit-sharma",
"name": "Amit Sharma",
"avatar_url": "https://avatars3.githubusercontent.com/u/1775381?v=4",
"profile": "https://github.com/amit-sharma",
"contributions": [
"code"
]
},
{
"login": "akelleh",
"name": "Adam Kelleher",
"avatar_url": "https://avatars0.githubusercontent.com/u/1762368?v=4",
"profile": "http://adamkelleher.com",
"contributions": [
"code",
"content"
]
},
{
"login": "Tanmay-Kulkarni101",
"name": "Tanmay Kulkarni",
"avatar_url": "https://avatars3.githubusercontent.com/u/17275495?v=4",
"profile": "https://github.com/Tanmay-Kulkarni101",
"contributions": [
"code",
"doc"
]
},
{
"login": "vojavocni",
"name": "Aleksandar Jovanovic",
"avatar_url": "https://avatars.githubusercontent.com/u/40206443?v=4",
"profile": "https://github.com/vojavocni",
"contributions": [
"code"
]
},
{
"login": "n8sty",
"name": "nate giraldi",
"avatar_url": "https://avatars.githubusercontent.com/u/2964996?v=4",
"profile": "https://github.com/n8sty",
"contributions": [
"doc",
"code"
]
},
{
"login": "yaakx",
"name": "Julen Corral",
"avatar_url": "https://avatars.githubusercontent.com/u/54352800?v=4",
"profile": "https://github.com/yaakx",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "dowhy",
"projectOwner": "microsoft",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}