-
Notifications
You must be signed in to change notification settings - Fork 11
/
.all-contributorsrc
91 lines (91 loc) · 2.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
{
"projectName": "vscode-api-cn",
"projectOwner": "vscode-cn",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "youngjuning",
"name": "youngjuning",
"avatar_url": "https://avatars.githubusercontent.com/u/13204332?v=4",
"profile": "https://github.com/youngjuning",
"contributions": [
"code",
"maintenance",
"translation",
"doc",
"ideas"
]
},
{
"login": "Imchenlong",
"name": "Lance Chen",
"avatar_url": "https://avatars.githubusercontent.com/u/13520451?v=4",
"profile": "https://github.com/Imchenlong",
"contributions": [
"translation",
"maintenance",
"code"
]
},
{
"login": "pan463859",
"name": "潘小安",
"avatar_url": "https://avatars.githubusercontent.com/u/32640880?v=4",
"profile": "https://github.com/pan463859",
"contributions": [
"translation",
"maintenance",
"ideas",
"code"
]
},
{
"login": "sherry-zxy",
"name": "Xiyuan Zheng",
"avatar_url": "https://avatars.githubusercontent.com/u/36014195?v=4",
"profile": "https://github.com/sherry-zxy",
"contributions": [
"translation",
"code"
]
},
{
"login": "liuqh0609",
"name": "Liuqh233",
"avatar_url": "https://avatars.githubusercontent.com/u/43341115?v=4",
"profile": "https://juejin.cn/user/3993025017037309/posts",
"contributions": [
"translation",
"code"
]
},
{
"login": "cxk0831",
"name": "竹雨",
"avatar_url": "https://avatars.githubusercontent.com/u/34495411?v=4",
"profile": "https://github.com/cxk0831",
"contributions": [
"translation",
"code"
]
},
{
"login": "yangyang825",
"name": "yangyang825",
"avatar_url": "https://avatars.githubusercontent.com/u/84166052?v=4",
"profile": "https://github.com/yangyang825",
"contributions": [
"translation"
]
}
],
"contributorsPerLine": 6,
"skipCi": true
}