-
Notifications
You must be signed in to change notification settings - Fork 27
/
.all-contributorsrc
122 lines (122 loc) · 3.02 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
115
116
117
118
119
120
121
122
{
"projectName": "dcor",
"projectOwner": "vnmabus",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "vnmabus",
"name": "Carlos Ramos Carreño",
"avatar_url": "https://avatars.githubusercontent.com/u/2364173?v=4",
"profile": "https://github.com/vnmabus",
"contributions": [
"bug",
"code",
"doc",
"example",
"ideas",
"infra",
"maintenance",
"projectManagement",
"question",
"research",
"review",
"test"
]
},
{
"login": "jltorrecilla",
"name": "José Luis Torrecilla",
"avatar_url": "https://avatars.githubusercontent.com/u/5597899?v=4",
"profile": "https://github.com/jltorrecilla",
"contributions": [
"doc",
"fundingFinding",
"ideas",
"research"
]
},
{
"login": "multimeric",
"name": "Michael Milton",
"avatar_url": "https://avatars.githubusercontent.com/u/5019367?v=4",
"profile": "https://github.com/multimeric",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "darchstar",
"name": "Ameer Ghouse",
"avatar_url": "https://avatars.githubusercontent.com/u/201515?v=4",
"profile": "https://github.com/darchstar",
"contributions": [
"code"
]
},
{
"login": "lemiceterieux",
"name": "Ameer G",
"avatar_url": "https://avatars.githubusercontent.com/u/87031766?v=4",
"profile": "https://github.com/lemiceterieux",
"contributions": [
"code"
]
},
{
"login": "felix-laumann",
"name": "Felix Laumann",
"avatar_url": "https://avatars.githubusercontent.com/u/22920497?v=4",
"profile": "http://www.imperial.ac.uk/people/f.laumann18",
"contributions": [
"doc"
]
},
{
"login": "CompRhys",
"name": "Rhys Goodall",
"avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4",
"profile": "https://comprhys.github.io/",
"contributions": [
"bug"
]
},
{
"login": "ninamiolane",
"name": "Nina Miolane",
"avatar_url": "https://avatars.githubusercontent.com/u/8267869?v=4",
"profile": "https://github.com/ninamiolane",
"contributions": [
"ideas"
]
},
{
"login": "Palash123-4",
"name": "Aakash Chowdhury",
"avatar_url": "https://avatars.githubusercontent.com/u/74013966?v=4",
"profile": "https://github.com/Palash123-4",
"contributions": [
"ideas"
]
},
{
"login": "zihaozhu93",
"name": "zihaozhu93",
"avatar_url": "https://avatars.githubusercontent.com/u/20263795?v=4",
"profile": "https://github.com/zihaozhu93",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}