forked from openapi-library/OpenAPIValidators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
106 lines (106 loc) · 2.6 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
{
"projectName": "OpenAPIValidators",
"projectOwner": "openapi-library",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "rwalle61",
"name": "Richard Waller",
"avatar_url": "https://avatars1.githubusercontent.com/u/18170169?v=4",
"profile": "https://github.com/rwalle61",
"contributions": [
"maintenance",
"code",
"doc",
"review"
]
},
{
"login": "JonnySpruce",
"name": "Jonny Spruce",
"avatar_url": "https://avatars3.githubusercontent.com/u/30812276?v=4",
"profile": "https://github.com/JonnySpruce",
"contributions": [
"code",
"doc",
"review"
]
},
{
"login": "AlexDobeck",
"name": "Alex Dobeck",
"avatar_url": "https://avatars2.githubusercontent.com/u/10519388?v=4",
"profile": "https://github.com/AlexDobeck",
"contributions": [
"code",
"bug"
]
},
{
"login": "BenGu3",
"name": "Ben Guthrie",
"avatar_url": "https://avatars2.githubusercontent.com/u/7105857?v=4",
"profile": "https://github.com/BenGu3",
"contributions": [
"code",
"bug"
]
},
{
"login": "mvegter",
"name": "Martijn Vegter",
"avatar_url": "https://avatars3.githubusercontent.com/u/25134477?v=4",
"profile": "https://martijnvegter.com/",
"contributions": [
"code"
]
},
{
"login": "ludeknovy",
"name": "Ludek",
"avatar_url": "https://avatars1.githubusercontent.com/u/13610612?v=4",
"profile": "https://github.com/ludeknovy",
"contributions": [
"code",
"bug"
]
},
{
"login": "tgiardina",
"name": "Tommy Giardina",
"avatar_url": "https://avatars1.githubusercontent.com/u/37459104?v=4",
"profile": "https://github.com/tgiardina",
"contributions": [
"code",
"bug"
]
},
{
"login": "Xotabu4",
"name": "Oleksandr Khotemskyi",
"avatar_url": "https://avatars3.githubusercontent.com/u/3033972?v=4",
"profile": "https://xotabu4.github.io/",
"contributions": [
"doc"
]
},
{
"login": "amitkeinan9",
"name": "Amit Keinan",
"avatar_url": "https://avatars.githubusercontent.com/u/16577335?v=4",
"profile": "https://github.com/amitkeinan9",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}