-
-
Notifications
You must be signed in to change notification settings - Fork 158
/
.all-contributorsrc
161 lines (161 loc) · 4.23 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"projectName": "ego",
"projectOwner": "gotomicro",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 64,
"commit": false,
"commitConvention": "none",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"contributors": [
{
"login": "askuy",
"name": "askuy",
"avatar_url": "https://avatars.githubusercontent.com/u/14119383?v=4",
"profile": "https://github.com/askuy",
"contributions": [
"code"
]
},
{
"login": "sevennt",
"name": "Wei Zheng",
"avatar_url": "https://avatars.githubusercontent.com/u/10843736?v=4",
"profile": "https://github.com/sevennt",
"contributions": [
"code"
]
},
{
"login": "shaoyuan1943",
"name": "shaoyuan",
"avatar_url": "https://avatars.githubusercontent.com/u/3054782?v=4",
"profile": "https://zhuanlan.zhihu.com/c_1209048962315108352",
"contributions": [
"code"
]
},
{
"login": "wujunze",
"name": "Panda",
"avatar_url": "https://avatars.githubusercontent.com/u/12997869?v=4",
"profile": "https://wujunze.com/",
"contributions": [
"code"
]
},
{
"login": "NeoyeElf",
"name": "刘文哲",
"avatar_url": "https://avatars.githubusercontent.com/u/6872731?v=4",
"profile": "https://github.com/NeoyeElf",
"contributions": [
"code"
]
},
{
"login": "zhjunjun",
"name": "zhangjunjun",
"avatar_url": "https://avatars.githubusercontent.com/u/16819579?v=4",
"profile": "https://github.com/zhjunjun",
"contributions": [
"code"
]
},
{
"login": "devincd",
"name": "devincd",
"avatar_url": "https://avatars.githubusercontent.com/u/7844367?v=4",
"profile": "https://github.com/devincd",
"contributions": [
"code"
]
},
{
"login": "flycash",
"name": "Ming Deng",
"avatar_url": "https://avatars.githubusercontent.com/u/9923838?v=4",
"profile": "https://www.jianshu.com/u/f2b47e5528d8",
"contributions": [
"code"
]
},
{
"login": "cute-angelia",
"name": "Angelia",
"avatar_url": "https://avatars.githubusercontent.com/u/26561606?v=4",
"profile": "https://github.com/cute-angelia",
"contributions": [
"code"
]
},
{
"login": "flutterWang",
"name": "Wbofeng",
"avatar_url": "https://avatars.githubusercontent.com/u/54163491?v=4",
"profile": "https://www.yuque.com/wbofeng",
"contributions": [
"code"
]
},
{
"login": "clannadxr",
"name": "clannadxr",
"avatar_url": "https://avatars.githubusercontent.com/u/9847143?v=4",
"profile": "https://github.com/clannadxr",
"contributions": [
"code"
]
},
{
"login": "link-duan",
"name": "Link Duan",
"avatar_url": "https://avatars.githubusercontent.com/u/20787331?v=4",
"profile": "https://www.duanlv.ltd",
"contributions": [
"code"
]
},
{
"login": "aschenmaker",
"name": "Costa",
"avatar_url": "https://avatars.githubusercontent.com/u/20419375?v=4",
"profile": "https://cqs.es",
"contributions": [
"code"
]
},
{
"login": "kl7sn",
"name": "MEX7",
"avatar_url": "https://avatars.githubusercontent.com/u/2037801?v=4",
"profile": "https://kl7sn.github.io",
"contributions": [
"code"
]
},
{
"login": "lincolnzhou",
"name": "LincolnZhou",
"avatar_url": "https://avatars.githubusercontent.com/u/3911154?v=4",
"profile": "http://blog.lincolnzhou.com/",
"contributions": [
"code"
]
},
{
"login": "optimistic9527",
"name": "optimistic9527",
"avatar_url": "https://avatars.githubusercontent.com/u/37545032?v=4",
"profile": "https://github.com/optimistic9527",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}