-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
80 lines (80 loc) · 1.91 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
{
"projectName": "PaleoSampling",
"projectOwner": "PolarWandering",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "facusapienza21",
"name": "Facundo Sapienza",
"avatar_url": "https://avatars.githubusercontent.com/u/39526081?v=4",
"profile": "http://facusapienza.com",
"contributions": [
"doc",
"code",
"infra",
"design",
"maintenance"
]
},
{
"login": "LenGallo",
"name": "Leandro Gallo",
"avatar_url": "https://avatars.githubusercontent.com/u/29756069?v=4",
"profile": "https://github.com/LenGallo",
"contributions": [
"code",
"bug",
"mentoring",
"design",
"question"
]
},
{
"login": "Swanson-Hysell",
"name": "Nick Swanson-Hysell",
"avatar_url": "https://avatars.githubusercontent.com/u/4332322?v=4",
"profile": "http://www.swanson-hysell.org",
"contributions": [
"review",
"doc",
"design",
"mentoring",
"code"
]
},
{
"login": "matdomeier",
"name": "matdomeier",
"avatar_url": "https://avatars.githubusercontent.com/u/40273197?v=4",
"profile": "https://github.com/matdomeier",
"contributions": [
"ideas",
"design"
]
},
{
"login": "bramvaes",
"name": "Bram Vaes",
"avatar_url": "https://avatars.githubusercontent.com/u/94557078?v=4",
"profile": "https://www.uu.nl/medewerkers/BVaes",
"contributions": [
"design",
"ideas"
]
},
{
"login": "duserzym",
"name": "Yiming Zhang",
"avatar_url": "https://avatars.githubusercontent.com/u/39976081?v=4",
"profile": "https://duserzym.github.io/",
"contributions": [
"ideas"
]
}
]
}