forked from ImperialCollegeLondon/R2T2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
114 lines (114 loc) · 2.75 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
114
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "dalonsoa",
"name": "Diego",
"avatar_url": "https://avatars1.githubusercontent.com/u/6095790?v=4",
"profile": "https://www.imperial.ac.uk/admin-services/ict/self-service/research-support/rcs/research-software-engineering/",
"contributions": [
"code",
"doc",
"test",
"ideas",
"infra",
"projectManagement",
"review"
]
},
{
"login": "mwoodbri",
"name": "Mark Woodbridge",
"avatar_url": "https://avatars3.githubusercontent.com/u/1724545?v=4",
"profile": "https://www.imperial.ac.uk/ict/rcs",
"contributions": [
"infra"
]
},
{
"login": "ChasNelson1990",
"name": "Chas Nelson",
"avatar_url": "https://avatars2.githubusercontent.com/u/7795189?v=4",
"profile": "http://www.chasnelson.co.uk",
"contributions": [
"review",
"ideas",
"code"
]
},
{
"login": "jezcope",
"name": "Jez Cope",
"avatar_url": "https://avatars3.githubusercontent.com/u/457628?v=4",
"profile": "https://erambler.co.uk/",
"contributions": [
"test",
"review",
"ideas",
"bug",
"doc",
"infra"
]
},
{
"login": "tinosulzer",
"name": "Valentin Sulzer",
"avatar_url": "https://avatars3.githubusercontent.com/u/20817509?v=4",
"profile": "https://sites.google.com/view/valentinsulzer",
"contributions": [
"review",
"bug",
"ideas",
"code",
"infra",
"example"
]
},
{
"login": "de-code",
"name": "Daniel Ecer",
"avatar_url": "https://avatars0.githubusercontent.com/u/1016473?v=4",
"profile": "https://uk.linkedin.com/in/daniel-ecer",
"contributions": [
"code",
"test",
"bug",
"review",
"example"
]
},
{
"login": "rgaiacs",
"name": "Raniere Silva",
"avatar_url": "https://avatars0.githubusercontent.com/u/1506457?v=4",
"profile": "http://rgaiacs.com",
"contributions": [
"doc",
"example"
]
},
{
"login": "billbrod",
"name": "William F. Broderick",
"avatar_url": "https://avatars1.githubusercontent.com/u/6338509?v=4",
"profile": "http://orcid.org/0000-0002-8999-9003",
"contributions": [
"review"
"ideas",
"bug",
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "R2T2",
"projectOwner": "ImperialCollegeLondon",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "none"
}