-
Notifications
You must be signed in to change notification settings - Fork 11
/
.all-contributorsrc
60 lines (60 loc) · 1.46 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "yangxvlin",
"name": "XuLinYang",
"avatar_url": "https://avatars2.githubusercontent.com/u/26871369?v=4",
"profile": "https://yangxvlin.github.io",
"contributions": [
"code"
]
},
{
"login": "BeginnerRudy",
"name": "rudy renjie meng",
"avatar_url": "https://avatars2.githubusercontent.com/u/36201915?v=4",
"profile": "http://[email protected]",
"contributions": [
"code"
]
},
{
"login": "Sirius-ctrl",
"name": "Morry Niu",
"avatar_url": "https://avatars0.githubusercontent.com/u/26541600?v=4",
"profile": "https://github.com/Sirius-ctrl",
"contributions": [
"code"
]
},
{
"login": "JasonSuMY",
"name": "Mingyu Su ",
"avatar_url": "https://avatars3.githubusercontent.com/u/28706782?v=4",
"profile": "https://github.com/JasonSuMY",
"contributions": [
"code"
]
},
{
"login": "Olivia0012",
"name": "Olivia",
"avatar_url": "https://avatars3.githubusercontent.com/u/55537942?v=4",
"profile": "https://github.com/Olivia0012",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "comp90024-project2",
"projectOwner": "yangxvlin",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}