-
Notifications
You must be signed in to change notification settings - Fork 31
/
.all-contributorsrc
114 lines (114 loc) · 2.97 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
{
"projectName": "open-source",
"projectOwner": "juejin-im",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"Users.md"
],
"imageSize": 80,
"commit": false,
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" style=\"border-radius: <%= options.imageSize %>px;\"/><br/></a>",
"types": {
"code": {
"symbol": "💻"
},
"fix": {
"symbol": "🐛"
},
"doc": {
"symbol": "📖"
}
},
"contributors": [
{
"login": "itcodes",
"name": "优弧",
"avatar_url": "https://avatars2.githubusercontent.com/u/8282645?v=4",
"profile": "http://www.itcodes.cn/",
"contributions": [
"doc"
]
},
{
"login": "kkzhilu",
"name": "Super-Kerwin",
"avatar_url": "https://avatars2.githubusercontent.com/u/34807944?v=4",
"profile": "https://www.kkzhilu.xyz/",
"contributions": [
"code",
"doc"
]
},
{
"login": "linxsbox",
"name": "Lin",
"avatar_url": "https://avatars3.githubusercontent.com/u/11206586?v=4",
"profile": "http://t.eyufax.com/",
"contributions": [
"code",
"doc"
]
},
{
"login": "wangly19",
"name": "王方华",
"avatar_url": "https://avatars0.githubusercontent.com/u/45115006?v=4",
"profile": "https://juejin.im/user/5c1b4d04e51d450eca5af1dd",
"contributions": [
"code",
"doc"
]
},
{
"login": "youngjuning",
"name": "杨俊宁",
"avatar_url": "https://avatars2.githubusercontent.com/u/13204332?v=4",
"profile": "https://youngjuning.js.org/",
"contributions": [
"code",
"doc"
]
},
{
"login": "Cookieboty",
"name": "Cookieboty",
"avatar_url": "https://avatars3.githubusercontent.com/u/13778283?v=4",
"profile": "https://github.com/Cookieboty",
"contributions": [
"doc"
]
},
{
"login": "XmanLin",
"name": "lin",
"avatar_url": "https://avatars0.githubusercontent.com/u/31562877?v=4",
"profile": "https://juejin.im/user/59c7ae3d518825788565af37",
"contributions": [
"doc"
]
},
{
"login": "he-erduo",
"name": "和耳朵",
"avatar_url": "https://avatars2.githubusercontent.com/u/33930171?v=4",
"profile": "https://github.com/he-erduo",
"contributions": [
"doc"
]
},
{
"login": "isboyjc",
"name": "IsboyJC",
"avatar_url": "https://avatars2.githubusercontent.com/u/42193415?v=4",
"profile": "https://github.com/isboyjc",
"contributions": [
"code",
"doc"
]
}
],
"commitConvention": "none"
}