-
Notifications
You must be signed in to change notification settings - Fork 12
/
.all-contributorsrc
121 lines (121 loc) · 3.02 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "middagj",
"name": "Jacob Middag",
"avatar_url": "https://avatars.githubusercontent.com/u/157566?v=4",
"profile": "https://github.com/middagj",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "turing85",
"name": "Marco Bungart",
"avatar_url": "https://avatars.githubusercontent.com/u/32584495?v=4",
"profile": "https://github.com/turing85",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "zhfeng",
"name": "Zheng Feng",
"avatar_url": "https://avatars.githubusercontent.com/u/1246139?v=4",
"profile": "https://zhfeng.github.io/",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "louisa-fr",
"name": "louisa-fr",
"avatar_url": "https://avatars.githubusercontent.com/u/126324666?v=4",
"profile": "https://github.com/louisa-fr",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "fxnn",
"name": "Felix Neumann",
"avatar_url": "https://avatars.githubusercontent.com/u/6599417?v=4",
"profile": "https://fxnn.de/",
"contributions": [
"doc"
]
},
{
"login": "DreamPearl",
"name": "Rakhi Kumari",
"avatar_url": "https://avatars.githubusercontent.com/u/16265285?v=4",
"profile": "https://www.linkedin.com/in/dreampearl/",
"contributions": [
"code"
]
},
{
"login": "gtudan",
"name": "Gregor Tudan",
"avatar_url": "https://avatars.githubusercontent.com/u/419425?v=4",
"profile": "https://github.com/gtudan",
"contributions": [
"code"
]
},
{
"login": "gastaldi",
"name": "George Gastaldi",
"avatar_url": "https://avatars.githubusercontent.com/u/54133?v=4",
"profile": "http://gastaldi.wordpress.com",
"contributions": [
"code"
]
},
{
"login": "vsevel",
"name": "Vincent Sevel",
"avatar_url": "https://avatars.githubusercontent.com/u/6041620?v=4",
"profile": "https://github.com/vsevel",
"contributions": [
"bug"
]
},
{
"login": "fmjaeschke",
"name": "Frank-Michael Jaeschke",
"avatar_url": "https://avatars.githubusercontent.com/u/15345365?v=4",
"profile": "https://github.com/fmjaeschke",
"contributions": [
"bug",
"code"
]
},
{
"login": "timonzi",
"name": "timonzi",
"avatar_url": "https://avatars.githubusercontent.com/u/47322311?v=4",
"profile": "https://github.com/timonzi",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "quarkus-artemis",
"projectOwner": "quarkiverse",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}