-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.all-contributorsrc
83 lines (83 loc) · 1.91 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "gr2m",
"name": "Gregor Martynus",
"avatar_url": "https://avatars.githubusercontent.com/u/39992?v=4",
"profile": "https://dev.to/gr2m",
"contributions": [
"ideas",
"code",
"test",
"review",
"maintenance",
"infra"
]
},
{
"login": "mikesurowiec",
"name": "Mike Surowiec",
"avatar_url": "https://avatars.githubusercontent.com/u/821435?v=4",
"profile": "https://mikesurowiec.com",
"contributions": [
"code",
"test"
]
},
{
"login": "tmelliottjr",
"name": "Tom Elliott",
"avatar_url": "https://avatars.githubusercontent.com/u/13594679?v=4",
"profile": "https://github.com/tmelliottjr",
"contributions": [
"code",
"test",
"review"
]
},
{
"login": "maxisam",
"name": "Sam Lin",
"avatar_url": "https://avatars.githubusercontent.com/u/456807?v=4",
"profile": "http://maxisam.github.io/",
"contributions": [
"code",
"test"
]
},
{
"login": "Ebonsignori",
"name": "Evan Bonsignori",
"avatar_url": "https://avatars.githubusercontent.com/u/17055832?v=4",
"profile": "http://evan.bio",
"contributions": [
"code",
"test",
"doc"
]
},
{
"login": "blombard",
"name": "Baptiste Lombard",
"avatar_url": "https://avatars.githubusercontent.com/u/17877656?v=4",
"profile": "https://www.leexi.ai/",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "github-project",
"projectOwner": "gr2m"
}