-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.all-contributorsrc
108 lines (108 loc) · 2.55 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
{
"projectName": "CPP_ROI",
"projectOwner": "cpp-lln-lab",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "marcobarilari",
"name": "Marco Barilari",
"contributions": [
"code",
"doc",
"ideas"
],
"profile": "https://github.com/marcobarilari",
"avatar_url": [
"https://avatars.githubusercontent.com/u/38101692?v=4"
]
},
{
"login": "Remi-Gau",
"name": "Remi Gau",
"contributions": [
"code",
"doc",
"infra",
"design",
"review",
"bug",
"test"
],
"profile": "https://github.com/Remi-Gau",
"avatar_url": [
"https://avatars.githubusercontent.com/u/6961185?v=4"
]
},
{
"login": "JeanneCaronGuyon ",
"name": "Jeanne Caron-Guyon ",
"avatar_url": "https://avatars.githubusercontent.com/u/8718798?v=4",
"profile": "https://github.com/JeanneCaronGuyon",
"contributions": [
"ideas",
"userTesting"
]
},
{
"login": "iqrashahzad14",
"name": "Iqra Shahzad",
"avatar_url": "https://avatars.githubusercontent.com/u/75671348?v=4",
"profile": "https://github.com/iqrashahzad14",
"contributions": [
"userTesting"
]
},
{
"login": "fedefalag",
"name": "Federica Falagiarda",
"avatar_url": "https://avatars2.githubusercontent.com/u/50373329?v=4",
"profile": "https://github.com/fedefalag",
"contributions": [
"bug",
"userTesting"
]
},
{
"login": "CerenB",
"name": "Ceren Battal",
"contributions": [
"code",
"review",
"userTesting"
],
"profile": "https://github.com/CerenB",
"avatar_url": [
"https://avatars.githubusercontent.com/u/10451654?v=4"
]
},
{
"login": "JacMatu",
"name": "Jacek Matuszewski",
"avatar_url": "https://avatars.githubusercontent.com/u/94451915?v=4",
"profile": "https://github.com/JacMatu",
"contributions": [
"bug",
"userTesting"
]
},
{
"login": "yyang1234",
"name": "Ying Yang",
"avatar_url": "https://avatars.githubusercontent.com/u/59220868?v=4",
"profile": "https://github.com/yyang1234",
"contributions": [
"bug",
"userTesting"
]
}
],
"contributorsPerLine": 7,
"commitType": "docs"
}