-
Notifications
You must be signed in to change notification settings - Fork 344
/
.all-contributorsrc
89 lines (89 loc) · 2.05 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "zzsza",
"name": "Sung Yun Byeon",
"avatar_url": "https://avatars.githubusercontent.com/u/18207755?v=4",
"profile": "http://zzsza.github.io",
"contributions": [
"projectManagement",
"maintenance",
"code",
"doc"
]
},
{
"login": "thejungwon",
"name": "Jungwon Seo",
"avatar_url": "https://avatars.githubusercontent.com/u/12247655?v=4",
"profile": "https://codethief.io",
"contributions": [
"code",
"content",
"doc",
"example"
]
},
{
"login": "ahnsv",
"name": "humphrey",
"avatar_url": "https://avatars.githubusercontent.com/u/24207964?v=4",
"profile": "https://humphreyahn.dev/",
"contributions": [
"code",
"content",
"doc",
"example"
]
},
{
"login": "heumsi",
"name": "heumsi",
"avatar_url": "https://avatars.githubusercontent.com/u/31306282?v=4",
"profile": "http://dailyheumsi.tistory.com",
"contributions": [
"code",
"content",
"doc",
"example"
]
},
{
"login": "Ykmoon",
"name": "YkMoon",
"avatar_url": "https://avatars.githubusercontent.com/u/45195471?v=4",
"profile": "https://www.linkedin.com/in/ykmoon/",
"contributions": [
"code",
"content",
"doc",
"example"
]
},
{
"login": "noeunkim",
"name": "NOEUN KIM",
"avatar_url": "https://avatars.githubusercontent.com/u/79394690?v=4",
"profile": "https://github.com/noeunkim",
"contributions": [
"code",
"content",
"doc",
"example"
]
}
],
"contributorsPerLine": 7,
"projectName": "Boostcamp-AI-Tech-Product-Serving",
"projectOwner": "zzsza",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}