-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy path.all-contributorsrc
More file actions
132 lines (132 loc) · 3.98 KB
/
.all-contributorsrc
File metadata and controls
132 lines (132 loc) · 3.98 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"projectName": "openapi-codegen",
"projectOwner": "fabien0102",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "fabien0102",
"name": "Fabien BERNARD",
"avatar_url": "https://avatars.githubusercontent.com/u/1761469?v=4",
"profile": "https://fabien0102.com/",
"contributions": [
"code",
"design",
"doc",
"ideas",
"projectManagement",
"review"
]
},
{
"login": "mpotomin",
"name": "mpotomin",
"avatar_url": "https://avatars.githubusercontent.com/u/639406?v=4",
"profile": "https://github.com/mpotomin",
"contributions": ["code", "ideas", "review"]
},
{
"login": "micha-f",
"name": "Michael Franzkowiak",
"avatar_url": "https://avatars.githubusercontent.com/u/200647?v=4",
"profile": "https://github.com/micha-f",
"contributions": ["doc"]
},
{
"login": "SferaDev",
"name": "Alexis Rico",
"avatar_url": "https://avatars.githubusercontent.com/u/2181866?v=4",
"profile": "https://github.com/SferaDev",
"contributions": ["code", "ideas"]
},
{
"login": "needim",
"name": "Nedim Arabacı",
"avatar_url": "https://avatars.githubusercontent.com/u/271912?v=4",
"profile": "https://ned.im/",
"contributions": ["question", "code", "ideas"]
},
{
"login": "antoniel",
"name": "Antoniel Magalhães",
"avatar_url": "https://avatars.githubusercontent.com/u/17225358?v=4",
"profile": "https://github.com/antoniel",
"contributions": ["example", "bug"]
},
{
"login": "DreierF",
"name": "Florian Dreier",
"avatar_url": "https://avatars.githubusercontent.com/u/5631865?v=4",
"profile": "https://github.com/DreierF",
"contributions": ["code"]
},
{
"login": "el-j",
"name": "Fabian Althaus",
"avatar_url": "https://avatars.githubusercontent.com/u/2795534?v=4",
"profile": "http://fabianalthaus.de",
"contributions": ["code"]
},
{
"login": "ci-vamp",
"name": "ci-vamp",
"avatar_url": "https://avatars.githubusercontent.com/u/116516277?v=4",
"profile": "https://github.com/ci-vamp",
"contributions": ["bug", "code"]
},
{
"login": "alan-oliv",
"name": "Alan Oliveira",
"avatar_url": "https://avatars.githubusercontent.com/u/4368481?v=4",
"profile": "https://twitter.com/oalanoliv",
"contributions": ["code"]
},
{
"login": "Cellule",
"name": "Michael \"Mike\" Ferris",
"avatar_url": "https://avatars.githubusercontent.com/u/4157103?v=4",
"profile": "https://github.com/Cellule",
"contributions": ["code"]
},
{
"login": "rajzik",
"name": "Jan Šilhan",
"avatar_url": "https://avatars.githubusercontent.com/u/10364836?v=4",
"profile": "https://github.com/rajzik",
"contributions": ["bug", "code", "doc"]
},
{
"login": "dan-cooke",
"name": "Daniel Cooke",
"avatar_url": "https://avatars.githubusercontent.com/u/22816887?v=4",
"profile": "https://github.com/dan-cooke",
"contributions": ["bug", "code"]
},
{
"login": "Kusmeroglu",
"name": "Linden Wright",
"avatar_url": "https://avatars.githubusercontent.com/u/1638544?v=4",
"profile": "https://github.com/Kusmeroglu",
"contributions": ["code"]
},
{
"login": "tverdohleb",
"name": "Valeriy",
"avatar_url": "https://avatars.githubusercontent.com/u/172711?v=4",
"profile": "https://tverdohleb.com/",
"contributions": ["bug", "code", "ideas"]
},
{
"login": "hayawata3626",
"name": "Isco",
"avatar_url": "https://avatars.githubusercontent.com/u/15213369?v=4",
"profile": "https://zenn.dev/watahaya",
"contributions": ["code"]
}
],
"contributorsPerLine": 7
}