-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.all-contributorsrc
100 lines (100 loc) · 2.47 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
97
98
99
100
{
"projectName": "latest-tag",
"projectOwner": "EndBug",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "EndBug",
"name": "Federico Grandi",
"avatar_url": "https://avatars1.githubusercontent.com/u/26386270?v=4",
"profile": "https://github.com/EndBug",
"contributions": [
"code",
"doc"
]
},
{
"login": "kslr",
"name": "Kslr",
"avatar_url": "https://avatars3.githubusercontent.com/u/5516323?v=4",
"profile": "https://github.com/kslr",
"contributions": [
"code"
]
},
{
"login": "DocX",
"name": "Lukáš Doležal",
"avatar_url": "https://avatars0.githubusercontent.com/u/132277?v=4",
"profile": "http://lukas.dolezalu.cz/",
"contributions": [
"code"
]
},
{
"login": "ziyangczi",
"name": "ziyangczi",
"avatar_url": "https://avatars0.githubusercontent.com/u/41968256?v=4",
"profile": "https://github.com/ziyangczi",
"contributions": [
"ideas"
]
},
{
"login": "Floppy",
"name": "James Smith",
"avatar_url": "https://avatars.githubusercontent.com/u/3565?v=4",
"profile": "https://floppy.org.uk",
"contributions": [
"ideas",
"code"
]
},
{
"login": "sebhoss",
"name": "Sebastian Hoß",
"avatar_url": "https://avatars.githubusercontent.com/u/44168?v=4",
"profile": "https://seb.people.metio.wtf/",
"contributions": [
"code"
]
},
{
"login": "qubitz",
"name": "Tyler Goffinet",
"avatar_url": "https://avatars.githubusercontent.com/u/15070724?v=4",
"profile": "http://linkedin.com/in/tgoffinet/",
"contributions": [
"code"
]
},
{
"login": "alyssa-glean",
"name": "Alyssa",
"avatar_url": "https://avatars.githubusercontent.com/u/57534485?v=4",
"profile": "https://github.com/alyssa-glean",
"contributions": [
"bug"
]
},
{
"login": "pavel-faltynek",
"name": "Pavel Faltýnek",
"avatar_url": "https://avatars.githubusercontent.com/u/86114047?v=4",
"profile": "https://github.com/pavel-faltynek",
"contributions": [
"maintenance"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"commitType": "docs"
}