-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.all-contributorsrc
77 lines (77 loc) · 2.08 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "<a href=\"https://github.com/aromalanil/useCustomHooks/graphs/contributors\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=for-the-badge\" /></a>",
"contributors": [
{
"login": "aromalanil",
"name": "Aromal Anil",
"avatar_url": "https://avatars1.githubusercontent.com/u/49222186?v=4",
"profile": "http://aromalanil.in",
"contributions": [
"doc",
"code",
"maintenance"
]
},
{
"login": "RahulMahesh62",
"name": "Rahul Mahesh",
"avatar_url": "https://avatars3.githubusercontent.com/u/41413029?v=4",
"profile": "https://www.rahulmahesh.me/",
"contributions": [
"doc"
]
},
{
"login": "fernandoamz",
"name": "Fernando Amezcua",
"avatar_url": "https://avatars3.githubusercontent.com/u/7818620?v=4",
"profile": "https://github.com/fernandoamz",
"contributions": [
"code",
"doc"
]
},
{
"login": "minimatrix",
"name": "Jonathan Carter",
"avatar_url": "https://avatars1.githubusercontent.com/u/23636134?v=4",
"profile": "https://github.com/minimatrix",
"contributions": [
"code",
"doc"
]
},
{
"login": "MuriloucoLouco",
"name": "Murilo Leandro",
"avatar_url": "https://avatars1.githubusercontent.com/u/58440129?v=4",
"profile": "https://github.com/MuriloucoLouco",
"contributions": [
"code",
"doc"
]
},
{
"login": "imevanc",
"name": "Evangelos Charalampidis",
"avatar_url": "https://avatars.githubusercontent.com/u/96417438?v=4",
"profile": "https://www.youtube.com/@teamevancodes",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "useCustomHooks",
"projectOwner": "aromalanil",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
}