-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
104 lines (103 loc) · 3.14 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
{
"projectName": "api-gw-reconciler",
"projectOwner": "affinidi",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitConvention": "eslint",
"contributors": [
{
"login": "maratsh",
"name": "maratsh",
"avatar_url": "https://avatars.githubusercontent.com/u/533533?v=4",
"profile": "https://github.com/maratsh",
"contributions": [
"code",
"doc",
"example",
"ideas",
"infra",
"maintenance",
"platform",
"question",
"review",
"test",
"tutorial"
]
},
{
"login": "robert-affinidi",
"name": "Robert",
"avatar_url": "https://avatars.githubusercontent.com/u/88320072?v=4",
"profile": "https://github.com/robert-affinidi",
"contributions": ["review", "code"]
},
{
"login": "Yengas",
"name": "Yiğitcan UÇUM",
"avatar_url": "https://avatars.githubusercontent.com/u/3743507?v=4",
"profile": "https://yigitcan.dev/",
"contributions": ["ideas", "code"]
},
{
"login": "standemchuk",
"name": "Stanislav Demchuk",
"avatar_url": "https://avatars.githubusercontent.com/u/2404558?v=4",
"profile": "https://github.com/standemchuk",
"contributions": ["review"]
},
{
"login": "yaroslava-kurash",
"name": "yaroslava-kurash",
"avatar_url": "https://avatars.githubusercontent.com/u/112872739?v=4",
"profile": "https://github.com/yaroslava-kurash",
"contributions": ["code"]
},
{
"login": "dmfilipenko",
"name": "Dmytro Filipenko",
"avatar_url": "https://avatars.githubusercontent.com/u/1822520?v=4",
"profile": "https://github.com/dmfilipenko",
"contributions": ["code"]
},
{
"login": "viatcheslavmogilevsky",
"name": "Vyatcheslav Mogilevsky",
"avatar_url": "https://avatars.githubusercontent.com/u/734490?v=4",
"profile": "https://github.com/viatcheslavmogilevsky",
"contributions": ["code", "review"]
},
{
"login": "raja-sekhar-r",
"name": "Raja",
"avatar_url": "https://avatars.githubusercontent.com/u/68847302?v=4",
"profile": "https://github.com/raja-sekhar-r",
"contributions": ["code"]
},
{
"login": "anton-iskryzhytskyi",
"name": "Anton Iskryzhytskyi",
"avatar_url": "https://avatars.githubusercontent.com/u/36485067?v=4",
"profile": "https://github.com/anton-iskryzhytskyi",
"contributions": ["code", "ideas", "review"]
},
{
"login": "kwekmh-affinidi",
"name": "kwekmh-affinidi",
"avatar_url": "https://avatars.githubusercontent.com/u/138572541?v=4",
"profile": "https://github.com/kwekmh-affinidi",
"contributions": ["review", "security"]
},
{
"login": "sanjay95",
"name": "Sanjay",
"avatar_url": "https://avatars.githubusercontent.com/u/1314582?v=4",
"profile": "https://www.linkedin.com/in/sanjay95/",
"contributions": ["code", "doc", "example", "tutorial", "talk"]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}