forked from sgibson91/binderhub-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
112 lines (112 loc) · 2.77 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
{
"projectName": "binderhub-deploy",
"projectOwner": "alan-turing-institute",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"contributorsSortAlphabetically": true,
"contributors": [
{
"login": "tmbgreaves",
"name": "Tim Greaves",
"avatar_url": "https://avatars2.githubusercontent.com/u/7603619?v=4",
"profile": "http://www.imperial.ac.uk/people/tim.greaves",
"contributions": [
"bug",
"code",
"ideas",
"infra",
"platform",
"tool"
]
},
{
"login": "ggorman",
"name": "Gerard Gorman",
"avatar_url": "https://avatars1.githubusercontent.com/u/5394691?v=4",
"profile": "https://uk.linkedin.com/in/gerardgorman",
"contributions": [
"ideas",
"review"
]
},
{
"login": "trallard",
"name": "Tania Allard",
"avatar_url": "https://avatars3.githubusercontent.com/u/23552331?v=4",
"profile": "https://trallard.dev",
"contributions": [
"bug",
"code",
"ideas",
"tutorial",
"question"
]
},
{
"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": [
"bug",
"ideas",
"review"
]
},
{
"login": "sgibson91",
"name": "Sarah Gibson",
"avatar_url": "https://avatars2.githubusercontent.com/u/44771837?v=4",
"profile": "https://sgibson91.github.io/",
"contributions": [
"bug",
"code",
"doc",
"ideas",
"infra",
"maintenance",
"platform",
"projectManagement",
"question",
"review",
"tool",
"test"
]
},
{
"login": "casperOne",
"name": "Nicholas Paldino",
"avatar_url": "https://avatars1.githubusercontent.com/u/561862?v=4",
"profile": "http://oneframelink.com",
"contributions": [
"code"
]
},
{
"login": "jemrobinson",
"name": "James Robinson",
"avatar_url": "https://avatars2.githubusercontent.com/u/3502751?v=4",
"profile": "https://github.com/jemrobinson",
"contributions": [
"code"
]
},
{
"login": "manics",
"name": "Simon Li",
"avatar_url": "https://avatars2.githubusercontent.com/u/1644105?v=4",
"profile": "http://www.flickr.com/photos/manicstreetpreacher/",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"skipCi": false
}