-
Notifications
You must be signed in to change notification settings - Fork 29
/
.all-contributorsrc
92 lines (92 loc) · 2.42 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
{
"files": [
"README.md"
],
"imageSize": 100,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=for-the-badge)](#contributors-)",
"commit": false,
"contributors": [
{
"login": "gsmet",
"name": "Guillaume Smet",
"avatar_url": "https://avatars1.githubusercontent.com/u/1279749?v=4",
"profile": "https://github.com/gsmet/",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "yrodiere",
"name": "Yoann Rodière",
"avatar_url": "https://avatars1.githubusercontent.com/u/412878?v=4",
"profile": "https://github.com/yrodiere",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "jtama",
"name": "jtama",
"avatar_url": "https://avatars.githubusercontent.com/u/39991688?v=4",
"profile": "https://github.com/jtama",
"contributions": [
"code"
]
},
{
"login": "joelmarty",
"name": "Joël Marty",
"avatar_url": "https://avatars.githubusercontent.com/u/134835?v=4",
"profile": "https://github.com/joelmarty",
"contributions": [
"code"
]
},
{
"login": "holly-cummins",
"name": "Holly Cummins",
"avatar_url": "https://avatars.githubusercontent.com/u/11509290?v=4",
"profile": "https://hollycummins.com",
"contributions": [
"code"
]
},
{
"login": "lppedd",
"name": "Edoardo Luppi",
"avatar_url": "https://avatars.githubusercontent.com/u/19871649?v=4",
"profile": "https://stackoverflow.com/users/1392277/lppedd",
"contributions": [
"bug"
]
},
{
"login": "ebullient",
"name": "Erin Schnabel",
"avatar_url": "https://avatars.githubusercontent.com/u/808713?v=4",
"profile": "https://www.ebullient.dev",
"contributions": [
"code"
]
},
{
"login": "ryandens",
"name": "Ryan Dens",
"avatar_url": "https://avatars.githubusercontent.com/u/8192732?v=4",
"profile": "https://www.ryandens.com",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "quarkus-github-app",
"projectOwner": "quarkiverse",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}