-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.all-contributorsrc
65 lines (65 loc) · 1.56 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "JacobLinCool",
"name": "JacobLinCool",
"avatar_url": "https://avatars.githubusercontent.com/u/28478594?v=4",
"profile": "https://jacoblin.cool",
"contributions": [
"tool",
"content",
"review"
]
},
{
"login": "skyhong2002",
"name": "Sky Hong",
"avatar_url": "https://avatars.githubusercontent.com/u/29522167?v=4",
"profile": "https://github.com/skyhong2002",
"contributions": [
"content",
"review"
]
},
{
"login": "Beck049",
"name": "Beck049",
"avatar_url": "https://avatars.githubusercontent.com/u/71216971?v=4",
"profile": "https://github.com/Beck049",
"contributions": [
"content",
"review"
]
},
{
"login": "Alanasdw",
"name": "Alanasdw",
"avatar_url": "https://avatars.githubusercontent.com/u/60531420?v=4",
"profile": "https://github.com/Alanasdw",
"contributions": [
"content"
]
},
{
"login": "MakerTakala",
"name": "Takala",
"avatar_url": "https://avatars.githubusercontent.com/u/50894789?v=4",
"profile": "https://www.facebook.com/Takala1128",
"contributions": [
"content"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "course-resource",
"projectOwner": "NTNU-CSIE"
}