-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.all-contributorsrc
57 lines (57 loc) · 1.38 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
{
"files": [
"README.md"
],
"projectName": "nonebot-plugin-kawaii-status",
"projectOwner": "KomoriDev",
"repoType": "github",
"repoHost": "https://github.com",
"imageSize": 80,
"commit": false,
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"linkToUsage": false,
"skipCi": true,
"commitType": "docs",
"contributors": [
{
"login": "KomoriDev",
"name": "Komorebi",
"avatar_url": "https://avatars.githubusercontent.com/u/110453675?v=4",
"profile": "https://github.com/KomoriDev",
"contributions": [
"code"
]
},
{
"login": "kndxhz",
"name": "可耐的小伙纸",
"avatar_url": "https://avatars.githubusercontent.com/u/113306265?v=4",
"profile": "http://kndxhz.cn",
"contributions": [
"doc"
]
},
{
"login": "FlipWind",
"name": "FlipWind",
"avatar_url": "https://avatars.githubusercontent.com/u/89458091?v=4",
"profile": "https://github.com/FlipWind",
"contributions": [
"bug",
"code"
]
},
{
"login": "shoucandanghehe",
"name": "呵呵です",
"avatar_url": "https://avatars.githubusercontent.com/u/51957264?v=4",
"profile": "https://github.com/shoucandanghehe",
"contributions": [
"bug",
"code"
]
}
]
}