-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.all-contributorsrc
82 lines (82 loc) · 1.88 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "dan0v",
"name": "dan0v",
"avatar_url": "https://avatars1.githubusercontent.com/u/7658521?v=4",
"profile": "https://github.com/dan0v",
"contributions": [
"code",
"bug",
"design",
"doc",
"maintenance",
"platform",
"question",
"review",
"test",
"userTesting",
"translation"
]
},
{
"login": "LeeBinder",
"name": "LeeBinder",
"avatar_url": "https://avatars0.githubusercontent.com/u/39203497?v=4",
"profile": "https://github.com/LeeBinder",
"contributions": [
"design"
]
},
{
"login": "",
"name": "R.",
"avatar_url": "https://avatars0.githubusercontent.com/u/0?v=4",
"profile": "",
"contributions": [
"translation"
]
},
{
"login": "Hambaka",
"name": "Hambaka",
"avatar_url": "https://avatars.githubusercontent.com/u/20476755?v=4",
"profile": "https://github.com/Hambaka",
"contributions": [
"translation"
]
},
{
"login": "1024mb",
"name": "1024mb",
"avatar_url": "https://avatars.githubusercontent.com/u/9301204?v=4",
"profile": "https://github.com/1024mb",
"contributions": [
"translation",
"code"
]
},
{
"login": "eltociear",
"name": "Ikko Ashimine",
"avatar_url": "https://avatars.githubusercontent.com/u/22633385?v=4",
"profile": "https://bandism.net/",
"contributions": [
"translation"
]
}
],
"contributorsPerLine": 7,
"projectName": "xdelta3-cross-gui",
"projectOwner": "dan0v",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}