-
Notifications
You must be signed in to change notification settings - Fork 15
/
.all-contributorsrc
64 lines (64 loc) · 1.57 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "EiffL",
"name": "Francois Lanusse",
"avatar_url": "https://avatars.githubusercontent.com/u/861591?v=4",
"profile": "http://flanusse.net",
"contributions": [
"ideas"
]
},
{
"login": "dlanzieri",
"name": "Denise Lanzieri",
"avatar_url": "https://avatars.githubusercontent.com/u/72620117?v=4",
"profile": "https://github.com/dlanzieri",
"contributions": [
"code"
]
},
{
"login": "ASKabalan",
"name": "Wassim KABALAN",
"avatar_url": "https://avatars.githubusercontent.com/u/83787080?v=4",
"profile": "https://github.com/ASKabalan",
"contributions": [
"code",
"infra",
"review"
]
},
{
"login": "hsimonfroy",
"name": "Hugo Simon-Onfroy",
"avatar_url": "https://avatars.githubusercontent.com/u/85559558?v=4",
"profile": "https://github.com/hsimonfroy",
"contributions": [
"code"
]
},
{
"login": "aboucaud",
"name": "Alexandre Boucaud",
"avatar_url": "https://avatars.githubusercontent.com/u/3065310?v=4",
"profile": "https://aboucaud.github.io",
"contributions": [
"review"
]
}
],
"contributorsPerLine": 7,
"projectName": "JaxPM",
"projectOwner": "DifferentiableUniverseInitiative",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}