-
Notifications
You must be signed in to change notification settings - Fork 16
/
.all-contributorsrc
75 lines (75 loc) · 1.78 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "zhfeng",
"name": "Amos Feng",
"avatar_url": "https://avatars.githubusercontent.com/u/1246139?v=4",
"profile": "https://zhfeng.github.io/",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "naah69",
"name": "Naah",
"avatar_url": "https://avatars.githubusercontent.com/u/25682169?v=4",
"profile": "https://www.naah69.com",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "skyao",
"name": "Sky Ao",
"avatar_url": "https://avatars.githubusercontent.com/u/1582369?v=4",
"profile": "https://skyao.io",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "yugoccp",
"name": "Yugo Sakamoto",
"avatar_url": "https://avatars.githubusercontent.com/u/1724114?v=4",
"profile": "https://theleaderdev.com/",
"contributions": [
"doc"
]
},
{
"login": "mcruzdev",
"name": "Matheus Cruz",
"avatar_url": "https://avatars.githubusercontent.com/u/56329339?v=4",
"profile": "https://github.com/mcruzdev",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "luigirende",
"name": "luigirende",
"avatar_url": "https://avatars.githubusercontent.com/u/17429625?v=4",
"profile": "https://github.com/luigirende",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "quarkus-dapr",
"projectOwner": "quarkiverse",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}