-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.all-contributorsrc
102 lines (102 loc) · 2.5 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
101
102
{
"projectName": "mhy",
"projectOwner": "wintercounter",
"files": [
"README.md",
"docs/README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"types": {},
"commit": false,
"contributors": [
{
"login": "Andy1210",
"name": "Andy1210",
"avatar_url": "https://avatars0.githubusercontent.com/u/964291?v=4",
"profile": "http://andy1210.com",
"contributions": [
"bug",
"test"
]
},
{
"login": "pablohpsilva",
"name": "Pablo Henrique",
"avatar_url": "https://avatars1.githubusercontent.com/u/2090635?v=4",
"profile": "https://github.com/pablohpsilva",
"contributions": [
"doc"
]
},
{
"login": "gcofficial",
"name": "Eugen Guriev",
"avatar_url": "https://avatars0.githubusercontent.com/u/8502021?v=4",
"profile": "http://beagl.in",
"contributions": [
"code"
]
},
{
"login": "FabianLauer",
"name": "Fabian Lauer",
"avatar_url": "https://avatars0.githubusercontent.com/u/2205595?v=4",
"profile": "https://github.com/FabianLauer",
"contributions": [
"code"
]
},
{
"login": "thomaswinckell",
"name": "Thomas Winckell",
"avatar_url": "https://avatars1.githubusercontent.com/u/5302702?v=4",
"profile": "http://winckell.com",
"contributions": [
"code",
"doc"
]
},
{
"login": "stevenmitts",
"name": "Steven Mitts",
"avatar_url": "https://avatars1.githubusercontent.com/u/13355405?v=4",
"profile": "https://github.com/stevenmitts",
"contributions": [
"doc"
]
},
{
"login": "ZakharDolozhevskiy",
"name": "Zakhar",
"avatar_url": "https://avatars0.githubusercontent.com/u/5322859?v=4",
"profile": "https://zakhardolozhevskiy.github.io/CV",
"contributions": [
"code",
"doc"
]
},
{
"login": "andormade",
"name": "Andor Polgar",
"avatar_url": "https://avatars3.githubusercontent.com/u/747365?v=4",
"profile": "http://andor.cool",
"contributions": [
"code"
]
},
{
"login": "bafxyz",
"name": "Andrei Bunulu",
"avatar_url": "https://avatars1.githubusercontent.com/u/892175?v=4",
"profile": "https://github.com/bafxyz",
"contributions": [
"code"
]
}
],
"repoType": "github",
"commitConvention": "none",
"repoHost": "https://github.com",
"skipCi": true
}