forked from golang/tour
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.all-contributorsrc
71 lines (71 loc) · 1.73 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "umi0410",
"name": "Jinsu Park",
"avatar_url": "https://avatars.githubusercontent.com/u/33250725?v=4",
"profile": "https://umi0410.github.io",
"contributions": [
"infra",
"review",
"translation"
]
},
{
"login": "seovalue",
"name": "joanne",
"avatar_url": "https://avatars.githubusercontent.com/u/48412963?v=4",
"profile": "https://joanne.tistory.com/",
"contributions": [
"translation"
]
},
{
"login": "FacerAin",
"name": "Yong woo Song",
"avatar_url": "https://avatars.githubusercontent.com/u/16442978?v=4",
"profile": "https://facerain.github.io/",
"contributions": [
"translation"
]
},
{
"login": "dextto",
"name": "Yongjae Han",
"avatar_url": "https://avatars.githubusercontent.com/u/6759796?v=4",
"profile": "https://github.com/dextto",
"contributions": [
"translation"
]
},
{
"login": "zoripong",
"name": "Yuri Han",
"avatar_url": "https://avatars.githubusercontent.com/u/26541456?v=4",
"profile": "https://github.com/zoripong",
"contributions": [
"translation"
]
},
{
"login": "begaonnuri",
"name": "남윤서",
"avatar_url": "https://avatars.githubusercontent.com/u/39271364?v=4",
"profile": "https://github.com/begaonnuri",
"contributions": [
"translation"
]
}
],
"contributorsPerLine": 7,
"projectName": "tour",
"projectOwner": "golang-ko",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}