-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.all-contributorsrc
96 lines (96 loc) · 2.41 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
{
"projectName": "diff",
"projectOwner": "asyncapi",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "aayushmau5",
"name": "Aayush Kumar Sahu",
"avatar_url": "https://avatars.githubusercontent.com/u/54525741?v=4",
"profile": "https://aayushsahu.com/",
"contributions": [
"code",
"doc",
"maintenance",
"ideas",
"review",
"test"
]
},
{
"login": "derberg",
"name": "Lukasz Gornicki",
"avatar_url": "https://avatars.githubusercontent.com/u/6995927?v=4",
"profile": "https://www.brainfart.dev/",
"contributions": [
"ideas",
"review",
"maintenance"
]
},
{
"login": "magicmatatjahu",
"name": "Maciej Urbańczyk",
"avatar_url": "https://avatars.githubusercontent.com/u/20404945?v=4",
"profile": "https://github.com/magicmatatjahu",
"contributions": [
"review"
]
},
{
"login": "jonaslagoni",
"name": "Jonas Lagoni",
"avatar_url": "https://avatars.githubusercontent.com/u/13396189?v=4",
"profile": "https://github.com/jonaslagoni",
"contributions": [
"review"
]
},
{
"login": "vinitshahdeo",
"name": "Vinit Shahdeo",
"avatar_url": "https://avatars.githubusercontent.com/u/20594326?v=4",
"profile": "https://github.com/vinitshahdeo",
"contributions": [
"review"
]
},
{
"login": "onbit-uchenik",
"name": "Anubhav Vats",
"avatar_url": "https://avatars.githubusercontent.com/u/46771418?v=4",
"profile": "https://www.linkedin.com/in/anubhav-vats-0688b5187/",
"contributions": [
"review"
]
},
{
"login": "shivensinha4",
"name": "Shiven Sinha",
"avatar_url": "https://avatars.githubusercontent.com/u/19777714?v=4",
"profile": "https://github.com/shivensinha4",
"contributions": [
"code",
"test"
]
},
{
"login": "ron-debajyoti",
"name": "Debajyoti Halder",
"avatar_url": "https://avatars.githubusercontent.com/u/22571664?v=4",
"profile": "https://github.com/ron-debajyoti",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"skipCi": false
}