forked from pyOpenSci/software-submission
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
113 lines (113 loc) · 2.88 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "cmarmo",
"name": "Chiara Marmo",
"avatar_url": "https://avatars.githubusercontent.com/u/1662261?v=4",
"profile": "https://orcid.org/0000-0003-2843-6044",
"contributions": [
"doc",
"ideas"
]
},
{
"login": "Batalex",
"name": "Alex Batisse",
"avatar_url": "https://avatars.githubusercontent.com/u/11004857?v=4",
"profile": "http://batalex.github.io",
"contributions": [
"code",
"design",
"review"
]
},
{
"login": "robaina",
"name": "Semidán Robaina, Ph.D.",
"avatar_url": "https://avatars.githubusercontent.com/u/21340147?v=4",
"profile": "https://www.linkedin.com/in/semidan-robaina/",
"contributions": [
"example",
"code",
"review"
]
},
{
"login": "BenjaminRodenberg",
"name": "Benjamin Rodenberg",
"avatar_url": "https://avatars.githubusercontent.com/u/5740604?v=4",
"profile": "https://www.cs.cit.tum.de/sccs/personen/benjamin-rodenberg/",
"contributions": [
"code",
"review"
]
},
{
"login": "Zeitsperre",
"name": "Trevor James Smith",
"avatar_url": "https://avatars.githubusercontent.com/u/10819524?v=4",
"profile": "https://github.com/Zeitsperre",
"contributions": [
"code"
]
},
{
"login": "tlogan2000",
"name": "Travis Logan",
"avatar_url": "https://avatars.githubusercontent.com/u/22454970?v=4",
"profile": "https://github.com/tlogan2000",
"contributions": [
"code"
]
},
{
"login": "aulemahal",
"name": "Pascal Bourgault",
"avatar_url": "https://avatars.githubusercontent.com/u/20629530?v=4",
"profile": "https://github.com/aulemahal",
"contributions": [
"code"
]
},
{
"login": "aguspesce",
"name": "Agustina",
"avatar_url": "https://avatars.githubusercontent.com/u/13738018?v=4",
"profile": "http://aguspesce.github.io",
"contributions": [
"review"
]
},
{
"login": "jmunroe",
"name": "James Munroe",
"avatar_url": "https://avatars.githubusercontent.com/u/6181563?v=4",
"profile": "https://github.com/jmunroe",
"contributions": [
"review"
]
},
{
"login": "mccrayjr",
"name": "John McCray",
"avatar_url": "https://avatars.githubusercontent.com/u/69483966?v=4",
"profile": "https://github.com/mccrayjr",
"contributions": [
"code",
"review"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "software-submission",
"projectOwner": "pyOpenSci"
}