-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.all-contributorsrc
109 lines (109 loc) · 2.72 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
103
104
105
106
107
108
109
{
"projectName": "reading-time-estimator",
"projectOwner": "lbenie",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "lbenie",
"name": "Lucien Bénié",
"avatar_url": "https://avatars.githubusercontent.com/u/7316046?v=4",
"profile": "https://lbenie.xyz/",
"contributions": [
"code",
"doc"
]
},
{
"login": "visierrat",
"name": "Victor Sierra",
"avatar_url": "https://avatars.githubusercontent.com/u/1642224?v=4",
"profile": "https://github.com/visierrat",
"contributions": [
"code"
]
},
{
"login": "zchazc",
"name": "ZhangC",
"avatar_url": "https://avatars.githubusercontent.com/u/10862234?v=4",
"profile": "https://github.com/zchazc",
"contributions": [
"code"
]
},
{
"login": "RichardMEN11",
"name": "Rich11",
"avatar_url": "https://avatars.githubusercontent.com/u/34884710?v=4",
"profile": "https://github.com/RichardMEN11",
"contributions": [
"code",
"doc"
]
},
{
"login": "matheusinit",
"name": "Matheus Oliveira",
"avatar_url": "https://avatars.githubusercontent.com/u/68296035?v=4",
"profile": "https://matheusinit-blog.vercel.app/",
"contributions": [
"code"
]
},
{
"login": "can-guven",
"name": "Can Güven",
"avatar_url": "https://avatars.githubusercontent.com/u/76837895?v=4",
"profile": "https://github.com/can-guven",
"contributions": [
"code"
]
},
{
"login": "astrutz",
"name": "Alexander Strutz",
"avatar_url": "https://avatars.githubusercontent.com/u/22653731?v=4",
"profile": "https://github.com/astrutz",
"contributions": [
"code"
]
},
{
"login": "zS1m",
"name": "凝结尾迹",
"avatar_url": "https://avatars.githubusercontent.com/u/41533924?v=4",
"profile": "http://contrails.space",
"contributions": [
"code"
]
},
{
"login": "faisalamin9696",
"name": "Muhammad Faisal Amin",
"avatar_url": "https://avatars.githubusercontent.com/u/53206866?v=4",
"profile": "http://www.steempro.com",
"contributions": [
"code"
]
},
{
"login": "Grolicek",
"name": "Oliver Groma",
"avatar_url": "https://avatars.githubusercontent.com/u/58747066?v=4",
"profile": "https://github.com/Grolicek",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"commitType": "docs"
}