-
Notifications
You must be signed in to change notification settings - Fork 121
/
.all-contributorsrc
53 lines (53 loc) · 1.25 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
{
"projectName": "Editable",
"projectOwner": "big-camel",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"README.zh-CN.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "claviering",
"name": "Kevin Lin",
"avatar_url": "https://avatars.githubusercontent.com/u/16227832?v=4",
"profile": "https://claviering.github.io/",
"contributions": [
"code"
]
},
{
"login": "YaoKaiLun",
"name": "kailunyao",
"avatar_url": "https://avatars.githubusercontent.com/u/11460856?v=4",
"profile": "https://yaokailun.github.io/",
"contributions": [
"code"
]
},
{
"login": "ren-chen2021",
"name": "ren.chen",
"avatar_url": "https://avatars.githubusercontent.com/u/88533891?v=4",
"profile": "https://github.com/ren-chen2021",
"contributions": [
"doc"
]
},
{
"login": "byoungd",
"name": "han",
"avatar_url": "https://avatars.githubusercontent.com/u/16145783?v=4",
"profile": "https://github.com/byoungd",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}