-
Notifications
You must be signed in to change notification settings - Fork 100
/
.all-contributorsrc
53 lines (53 loc) · 1.24 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "chhpt",
"name": "chhpt",
"avatar_url": "https://avatars2.githubusercontent.com/u/19288423?v=4",
"profile": "https://github.com/chhpt",
"contributions": [
"infra",
"code",
"doc"
]
},
{
"login": "binggg",
"name": "Booker Zhao",
"avatar_url": "https://avatars2.githubusercontent.com/u/7686861?v=4",
"profile": "https://github.com/binggg",
"contributions": [
"code"
]
},
{
"login": "fantasticsoul",
"name": "幻魂",
"avatar_url": "https://avatars0.githubusercontent.com/u/7334950?v=4",
"profile": "https://github.com/fantasticsoul",
"contributions": [
"code"
]
},
{
"login": "geeeeeeeeeek",
"name": "June",
"avatar_url": "https://avatars0.githubusercontent.com/u/9697715?v=4",
"profile": "https://github.com/geeeeeeeeeek",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "cloudbase-extension-cms",
"projectOwner": "TencentCloudBase",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}