-
Notifications
You must be signed in to change notification settings - Fork 39
/
.all-contributorsrc
103 lines (103 loc) · 2.67 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "zccz14",
"name": "Zheng Chen",
"avatar_url": "https://avatars.githubusercontent.com/u/12707521?v=4",
"profile": "https://github.com/zccz14",
"contributions": [
"mentoring",
"code",
"design",
"review"
]
},
{
"login": "Thrimbda",
"name": "Siyuan Wang",
"avatar_url": "https://avatars.githubusercontent.com/u/15231162?v=4",
"profile": "https://blog.thrimbda.com",
"contributions": [
"code",
"infra"
]
},
{
"login": "mage1028",
"name": "Jinhaolin",
"avatar_url": "https://avatars.githubusercontent.com/u/23522436?v=4",
"profile": "https://github.com/mage1028",
"contributions": [
"code"
]
},
{
"login": "HoboChen",
"name": "Hobo Chen",
"avatar_url": "https://avatars.githubusercontent.com/u/11043091?v=4",
"profile": "https://192217.space",
"contributions": [
"bug"
]
},
{
"login": "linxuyalun",
"name": "Yalun Lin Hsu",
"avatar_url": "https://avatars.githubusercontent.com/u/25969296?v=4",
"profile": "http://linxuyalun.github.io",
"contributions": [
"code"
]
},
{
"login": "SakurazukaKen",
"name": "SakurazukaKen",
"avatar_url": "https://avatars.githubusercontent.com/u/9213509?v=4",
"profile": "https://github.com/SakurazukaKen",
"contributions": [
"code"
]
},
{
"login": "StayRealMayDay",
"name": "Haoran Ren",
"avatar_url": "https://avatars.githubusercontent.com/u/26059707?v=4",
"profile": "https://github.com/StayRealMayDay",
"contributions": [
"code"
]
},
{
"login": "pruderior",
"name": "pruderior",
"avatar_url": "https://avatars.githubusercontent.com/u/34360187?v=4",
"profile": "https://github.com/pruderior",
"contributions": [
"code"
]
},
{
"login": "Hikaru518",
"name": "playground",
"avatar_url": "https://avatars.githubusercontent.com/u/7864982?v=4",
"profile": "https://github.com/Hikaru518",
"contributions": [
"code"
]
}
],
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/No-Trade-No-Life/Yuan?color=ee8449&style=flat-square)](#contributors)",
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "Yuan",
"projectOwner": "No-Trade-No-Life"
}