generated from quarkiverse/quarkiverse-template
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.all-contributorsrc
46 lines (46 loc) · 1.08 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "angrymango",
"name": "Tim King",
"avatar_url": "https://avatars.githubusercontent.com/u/343859?v=4",
"profile": "http://hakt.com.au",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "Sirz3chs",
"name": "Bois Pierre-Antoine",
"avatar_url": "https://avatars.githubusercontent.com/u/23245718?v=4",
"profile": "https://github.com/Sirz3chs",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "ranjanashish",
"name": "Ashish Ranjan",
"avatar_url": "https://avatars.githubusercontent.com/u/113700?v=4",
"profile": "https://github.com/ranjanashish",
"contributions": [
"code",
"maintenance"
]
}
],
"contributorsPerLine": 7,
"projectName": "quarkus-jooq",
"projectOwner": "quarkiverse",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}