forked from neuromatch/NeuroAI_Course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
67 lines (67 loc) · 1.63 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "SamueleBolotta",
"name": "Samuele ",
"avatar_url": "https://avatars.githubusercontent.com/u/57507442?v=4",
"profile": "https://github.com/SamueleBolotta",
"contributions": [
"code",
"bug"
]
},
{
"login": "courtneydean33",
"name": "courtneydean33",
"avatar_url": "https://avatars.githubusercontent.com/u/114959284?v=4",
"profile": "https://github.com/courtneydean33",
"contributions": [
"projectManagement"
]
},
{
"login": "iamzoltan",
"name": "Zoltan",
"avatar_url": "https://avatars.githubusercontent.com/u/21369773?v=4",
"profile": "https://github.com/iamzoltan",
"contributions": [
"infra",
"maintenance",
"review"
]
},
{
"login": "patrickmineault",
"name": "Patrick Mineault",
"avatar_url": "https://avatars.githubusercontent.com/u/3516539?v=4",
"profile": "http://xcorr.dev",
"contributions": [
"content",
"code",
"design"
]
},
{
"login": "glibesyck",
"name": "glibesyck",
"avatar_url": "https://avatars.githubusercontent.com/u/71762371?v=4",
"profile": "https://github.com/glibesyck",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "NeuroAI_Course",
"projectOwner": "neuromatch"
}