-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
.all-contributorsrc
80 lines (80 loc) · 2.03 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "jacobbieker",
"name": "Jacob Bieker",
"avatar_url": "https://avatars.githubusercontent.com/u/7170359?v=4",
"profile": "https://www.jacobbieker.com",
"contributions": [
"code"
]
},
{
"login": "JackKelly",
"name": "Jack Kelly",
"avatar_url": "https://avatars.githubusercontent.com/u/460756?v=4",
"profile": "http://jack-kelly.com",
"contributions": [
"code"
]
},
{
"login": "ValterFallenius",
"name": "Valter Fallenius",
"avatar_url": "https://avatars.githubusercontent.com/u/21970939?v=4",
"profile": "https://github.com/ValterFallenius",
"contributions": [
"userTesting"
]
},
{
"login": "terigenbuaa",
"name": "terigenbuaa",
"avatar_url": "https://avatars.githubusercontent.com/u/91317406?v=4",
"profile": "https://github.com/terigenbuaa",
"contributions": [
"question"
]
},
{
"login": "NMC-DAVE",
"name": "Kan.Dai",
"avatar_url": "https://avatars.githubusercontent.com/u/26354668?v=4",
"profile": "https://github.com/NMC-DAVE",
"contributions": [
"question"
]
},
{
"login": "SaileshBechar",
"name": "Sailesh Bechar",
"avatar_url": "https://avatars.githubusercontent.com/u/38445041?v=4",
"profile": "https://github.com/SaileshBechar",
"contributions": [
"question"
]
},
{
"login": "rahul-maurya11b",
"name": "Rahul Maurya",
"avatar_url": "https://avatars.githubusercontent.com/u/98907006?v=4",
"profile": "https://github.com/rahul-maurya11b",
"contributions": [
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "metnet",
"projectOwner": "openclimatefix",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}