forked from pybop-team/PyBOP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
58 lines (58 loc) · 1.37 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "BradyPlanden",
"name": "Brady Planden",
"avatar_url": "https://avatars.githubusercontent.com/u/55357039?v=4",
"profile": "http://bradyplanden.github.io",
"contributions": [
"infra",
"test",
"code",
"example"
]
},
{
"login": "NicolaCourtier",
"name": "NicolaCourtier",
"avatar_url": "https://avatars.githubusercontent.com/u/45851982?v=4",
"profile": "https://github.com/NicolaCourtier",
"contributions": [
"code"
]
},
{
"login": "davidhowey",
"name": "David Howey",
"avatar_url": "https://avatars.githubusercontent.com/u/2247552?v=4",
"profile": "http://howey.eng.ox.ac.uk",
"contributions": [
"ideas",
"mentoring"
]
},
{
"login": "martinjrobins",
"name": "Martin Robinson",
"avatar_url": "https://avatars.githubusercontent.com/u/1148404?v=4",
"profile": "http://www.rse.ox.ac.uk",
"contributions": [
"ideas",
"mentoring"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "PyBOP",
"projectOwner": "pybop-team"
}