-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.all-contributorsrc
71 lines (71 loc) · 1.72 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
{
"projectName": "aok",
"projectOwner": "icesat2py",
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"files": [
"CONTRIBUTORS.rst"
],
"imageSize": 100,
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"contributors": [
{
"login": "kelseybisson",
"name": "Kelsey Bisson",
"avatar_url": "https://avatars.githubusercontent.com/u/48059682?v=4",
"profile": "http://bisson.work",
"contributions": [
"code",
"ideas"
]
},
{
"login": "emilyeidam",
"name": "Emily Eidam",
"avatar_url": "https://avatars.githubusercontent.com/u/130190809?v=4",
"profile": "https://blogs.oregonstate.edu/coastalseds/",
"contributions": [
"code",
"fundingFinding",
"ideas",
"projectManagement"
]
},
{
"login": "gloverha",
"name": "Hannah Glover",
"avatar_url": "https://avatars.githubusercontent.com/u/105296359?v=4",
"profile": "https://github.com/gloverha",
"contributions": [
"code",
"ideas"
]
},
{
"login": "JessicaS11",
"name": "Jessica Scheick",
"avatar_url": "https://avatars.githubusercontent.com/u/11756442?v=4",
"profile": "https://github.com/JessicaS11",
"contributions": [
"code",
"ideas",
"infra",
"maintenance"
]
},
{
"login": "ChaoEcohydroRS",
"name": "Chao",
"avatar_url": "https://avatars.githubusercontent.com/u/30786839?v=4",
"profile": "https://github.com/ChaoEcohydroRS",
"contributions": [
"code",
"ideas"
]
}
]
}