Skip to content

Commit 7b8754f

Browse files
committed
add contributors
1 parent 39453db commit 7b8754f

File tree

2 files changed

+111
-1
lines changed

2 files changed

+111
-1
lines changed

.all-contributorsrc

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "ia3andy",
12+
"name": "Andy Damevin",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/2223984?v=4",
14+
"profile": "https://github.com/ia3andy",
15+
"contributions": [
16+
"maintenance",
17+
"code"
18+
]
19+
},
20+
{
21+
"login": "mcruzdev",
22+
"name": "Matheus Cruz",
23+
"avatar_url": "https://avatars.githubusercontent.com/u/56329339?v=4",
24+
"profile": "https://matheuscruz.dev",
25+
"contributions": [
26+
"code",
27+
"ideas"
28+
]
29+
},
30+
{
31+
"login": "melloware",
32+
"name": "Melloware",
33+
"avatar_url": "https://avatars.githubusercontent.com/u/4399574?v=4",
34+
"profile": "https://melloware.com",
35+
"contributions": [
36+
"code"
37+
]
38+
},
39+
{
40+
"login": "maxandersen",
41+
"name": "Max Rydahl Andersen",
42+
"avatar_url": "https://avatars.githubusercontent.com/u/54129?v=4",
43+
"profile": "https://xam.dk",
44+
"contributions": [
45+
"ideas",
46+
"bug"
47+
]
48+
},
49+
{
50+
"login": "holly-cummins",
51+
"name": "Holly Cummins",
52+
"avatar_url": "https://avatars.githubusercontent.com/u/11509290?v=4",
53+
"profile": "https://hollycummins.com",
54+
"contributions": [
55+
"ideas"
56+
]
57+
},
58+
{
59+
"login": "edewit",
60+
"name": "Erik Jan de Wit",
61+
"avatar_url": "https://avatars.githubusercontent.com/u/51133?v=4",
62+
"profile": "http://blog.nerdin.ch",
63+
"contributions": [
64+
"code"
65+
]
66+
},
67+
{
68+
"login": "jtama",
69+
"name": "Jérôme Tama",
70+
"avatar_url": "https://avatars.githubusercontent.com/u/39991688?v=4",
71+
"profile": "https://github.com/jtama",
72+
"contributions": [
73+
"code"
74+
]
75+
},
76+
{
77+
"login": "RayzaAnchayhua",
78+
"name": "Rayza Luana",
79+
"avatar_url": "https://avatars.githubusercontent.com/u/93015921?v=4",
80+
"profile": "https://github.com/RayzaAnchayhua",
81+
"contributions": [
82+
"code"
83+
]
84+
},
85+
{
86+
"login": "mkouba",
87+
"name": "Martin Kouba",
88+
"avatar_url": "https://avatars.githubusercontent.com/u/913004?v=4",
89+
"profile": "https://github.com/mkouba",
90+
"contributions": [
91+
"code"
92+
]
93+
},
94+
{
95+
"login": "zakkak",
96+
"name": "Foivos",
97+
"avatar_url": "https://avatars.githubusercontent.com/u/1435395?v=4",
98+
"profile": "https://foivos.zakkak.net",
99+
"contributions": [
100+
"code"
101+
]
102+
}
103+
],
104+
"contributorsPerLine": 7,
105+
"skipCi": true,
106+
"repoType": "github",
107+
"repoHost": "https://github.com",
108+
"projectName": "quarkus-roq",
109+
"projectOwner": "quarkiverse"
110+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<goal>copy</goal>
119119
</goals>
120120
<configuration>
121-
<sourceFile>${project.basedir}/../.all-contributorsrc</sourceFile>
121+
<sourceFile>${project.basedir}/.all-contributorsrc</sourceFile>
122122
<destinationFile>data/contributors.json</destinationFile>
123123
</configuration>
124124
</execution>

0 commit comments

Comments
 (0)