-
Notifications
You must be signed in to change notification settings - Fork 2
/
.all-contributorsrc
94 lines (94 loc) · 2.43 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
{
"projectName": "create-girl-friend",
"projectOwner": "ElpsyCN",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 80,
"commit": true,
"commitConvention": "gitmoji",
"contributorTemplate": "<a href=\"<%= options.repoHost + '/' + contributor.login %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub><br/> <%= contributions %> </a>",
"types": {
"blog": {
"symbol": "📝",
"description": "Blog",
"link": "<%= contributor.profile %>"
}
},
"contributors": [
{
"login": "YunYouJun",
"name": "云游君",
"avatar_url": "https://avatars3.githubusercontent.com/u/25154432?v=4",
"profile": "https://www.yunyoujun.cn/",
"contributions": [
"blog",
"code",
"design"
]
},
{
"login": "ADD-SP",
"name": "ADD-SP",
"avatar_url": "https://avatars2.githubusercontent.com/u/44437200?v=4",
"profile": "https://www.addesp.com/",
"contributions": [
"blog",
"code"
]
},
{
"login": "Jigsaw111",
"name": "陈末",
"avatar_url": "https://avatars2.githubusercontent.com/u/50312681?v=4",
"profile": "http://blog.maddestroyer.xyz/",
"contributions": [
"blog",
"code"
]
},
{
"login": "sanshiliuxiao",
"name": "椎",
"avatar_url": "https://avatars2.githubusercontent.com/u/25658690?v=4",
"profile": "https://sanshiliuxiao.top/",
"contributions": [
"blog",
"code"
]
},
{
"login": "Shimogawa",
"name": "Rebuild",
"avatar_url": "https://avatars1.githubusercontent.com/u/23229568?v=4",
"profile": "https://www.rebuild.moe/",
"contributions": [
"blog",
"code"
]
},
{
"login": "qingzinai",
"name": "zinai",
"avatar_url": "https://avatars0.githubusercontent.com/u/34832141?v=4",
"profile": "https://github.com/qingzinai",
"contributions": [
"blog",
"code"
]
},
{
"login": "Little-YangNian",
"name": "Chase杨念",
"avatar_url": "https://avatars3.githubusercontent.com/u/65386393?v=4",
"profile": "https://github.com/Little-YangNian",
"contributions": [
"blog",
"code"
]
}
],
"contributorsPerLine": 8
}