-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.all-contributorsrc
96 lines (96 loc) · 2.44 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
90
91
92
93
94
95
96
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors)",
"contributors": [
{
"login": "kamiazya",
"name": "Yuki Yamazaki",
"avatar_url": "https://avatars0.githubusercontent.com/u/35218186?v=4",
"profile": "http://blog.kamiazya.tech/",
"contributions": [
"code",
"content",
"design",
"example"
]
},
{
"login": "odd12258053",
"name": "odd",
"avatar_url": "https://avatars1.githubusercontent.com/u/70652613?v=4",
"profile": "https://github.com/odd12258053",
"contributions": [
"bug"
]
},
{
"login": "fealone",
"name": "fealone",
"avatar_url": "https://avatars1.githubusercontent.com/u/57695598?v=4",
"profile": "http://lonesec.com",
"contributions": [
"ideas",
"test",
"bug"
]
},
{
"login": "78hack",
"name": "78hack",
"avatar_url": "https://avatars0.githubusercontent.com/u/59414867?v=4",
"profile": "https://github.com/78hack",
"contributions": [
"code",
"bug"
]
},
{
"login": "tokidrill",
"name": "YukiSasaki",
"avatar_url": "https://avatars3.githubusercontent.com/u/42460318?v=4",
"profile": "https://github.com/tokidrill",
"contributions": [
"ideas"
]
},
{
"login": "yamatatsu",
"name": "Tatsuya Yamamoto",
"avatar_url": "https://avatars0.githubusercontent.com/u/11013683?v=4",
"profile": "https://github.com/yamatatsu",
"contributions": [
"code"
]
},
{
"login": "tubone24",
"name": "tubone(Yu Otsubo)",
"avatar_url": "https://avatars.githubusercontent.com/u/9511227?v=4",
"profile": "https://portfolio.tubone-project24.xyz/",
"contributions": [
"bug"
]
},
{
"login": "mattfirtion",
"name": "mattfirtion",
"avatar_url": "https://avatars.githubusercontent.com/u/250784?v=4",
"profile": "https://github.com/mattfirtion",
"contributions": [
"bug",
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "rediagram",
"projectOwner": "kamiazya",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}