forked from baijunyao/laravel-bjyblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
129 lines (129 loc) · 3.35 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "Han-MeiM",
"name": "韩槑槑",
"avatar_url": "https://avatars2.githubusercontent.com/u/27951114?v=4",
"profile": "https://www.hanjiaxin.com",
"contributions": [
"code"
]
},
{
"login": "khyoz",
"name": "k26",
"avatar_url": "https://avatars1.githubusercontent.com/u/26684951?v=4",
"profile": "https://github.com/khyoz",
"contributions": [
"code",
"translation"
]
},
{
"login": "loyating",
"name": "loyating",
"avatar_url": "https://avatars1.githubusercontent.com/u/5088390?v=4",
"profile": "https://www.loyating.com",
"contributions": [
"code"
]
},
{
"login": "lenkaren",
"name": "lenkaren",
"avatar_url": "https://avatars2.githubusercontent.com/u/10875170?v=4",
"profile": "https://github.com/lenkaren",
"contributions": [
"code"
]
},
{
"login": "shukunwang",
"name": "Doraemon",
"avatar_url": "https://avatars2.githubusercontent.com/u/16896140?v=4",
"profile": "https://github.com/shukunwang",
"contributions": [
"code"
]
},
{
"login": "yuri25",
"name": "Yuran",
"avatar_url": "https://avatars1.githubusercontent.com/u/253228?v=4",
"profile": "http://xtty.ru",
"contributions": [
"bug",
"translation"
]
},
{
"login": "baijunyao",
"name": "白俊遥",
"avatar_url": "https://avatars1.githubusercontent.com/u/9360694?v=4",
"profile": "https://baijunyao.com",
"contributions": [
"code",
"translation",
"doc",
"test"
]
},
{
"login": "TahsinGokalp",
"name": "Tahsin Gökalp Şaan",
"avatar_url": "https://avatars1.githubusercontent.com/u/3122047?v=4",
"profile": "http://tahsingokalp.com",
"contributions": [
"code"
]
},
{
"login": "xyj2156",
"name": "阿杰",
"avatar_url": "https://avatars3.githubusercontent.com/u/22341646?v=4",
"profile": "https://github.com/xyj2156",
"contributions": [
"code"
]
},
{
"login": "liangguifeng",
"name": "梁桂锋",
"avatar_url": "https://avatars1.githubusercontent.com/u/37197772?v=4",
"profile": "https://findcat.cn/",
"contributions": [
"code"
]
},
{
"login": "KKKyle97",
"name": "KKKyle97",
"avatar_url": "https://avatars3.githubusercontent.com/u/68265288?v=4",
"profile": "https://github.com/KKKyle97",
"contributions": [
"code"
]
},
{
"login": "xianhenyuan",
"name": "仙痕缘",
"avatar_url": "https://avatars2.githubusercontent.com/u/46096860?v=4",
"profile": "https://github.com/xianhenyuan",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"badgeTemplate": "<a href='https://github.com/baijunyao/laravel-bjyblog#contributors'><img alt='All Contributors' src='https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg'/></a>",
"projectName": "laravel-bjyblog",
"projectOwner": "baijunyao",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": false
}