-
Notifications
You must be signed in to change notification settings - Fork 4
/
.all-contributorsrc
87 lines (87 loc) · 2.1 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
82
83
84
85
86
87
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "kaiyamag",
"name": "kaiyamag",
"avatar_url": "https://avatars.githubusercontent.com/u/98053751?v=4",
"profile": "https://github.com/kaiyamag",
"contributions": [
"code",
"review"
]
},
{
"login": "ehinman",
"name": "Elise Hinman",
"avatar_url": "https://avatars.githubusercontent.com/u/121896266?v=4",
"profile": "https://github.com/ehinman",
"contributions": [
"code",
"review"
]
},
{
"login": "santisoler",
"name": "Santiago Soler",
"avatar_url": "https://avatars.githubusercontent.com/u/11541317?v=4",
"profile": "https://www.santisoler.com",
"contributions": [
"code",
"review"
]
},
{
"login": "fwkoch",
"name": "Franklin Koch",
"avatar_url": "https://avatars.githubusercontent.com/u/9453731?v=4",
"profile": "https://github.com/fwkoch",
"contributions": [
"code",
"review"
]
},
{
"login": "agoose77",
"name": "Angus Hollands",
"avatar_url": "https://avatars.githubusercontent.com/u/1248413?v=4",
"profile": "https://github.com/agoose77",
"contributions": [
"code",
"review"
]
},
{
"login": "batalex",
"name": "Alex Batisse",
"avatar_url": "https://avatars.githubusercontent.com/u/11004857?v=4",
"profile": "http://batalex.github.io",
"contributions": [
"code",
"review"
]
},
{
"login": "willingc",
"name": "Carol Willing",
"avatar_url": "https://avatars.githubusercontent.com/u/2680980?v=4",
"profile": "https://hachyderm.io/web/@willingc",
"contributions": [
"code",
"review"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "peer-review-metrics",
"projectOwner": "pyOpenSci"
}