-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.all-contributorsrc
94 lines (94 loc) · 2.49 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
{
"projectName": "blitz-guard",
"projectOwner": "ntgussoni",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"badgeTemplate": "<a aria-label=\"All Contributors\" href=\"#contributors-\"><img alt=\"\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-17BB8A.svg?style=for-the-badge&labelColor=000000\"></a>",
"imageSize": 80,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "cherta",
"name": "Gabriel Chertok",
"avatar_url": "https://avatars2.githubusercontent.com/u/373454?v=4",
"profile": "https://github.com/cherta",
"contributions": [
"code",
"bug",
"doc"
]
},
{
"login": "ntgussoni",
"name": "Nicolas Torres",
"avatar_url": "https://avatars0.githubusercontent.com/u/10161067?v=4",
"profile": "https://github.com/ntgussoni",
"contributions": [
"code",
"bug",
"doc"
]
},
{
"login": "Fralez",
"name": "Franco González",
"avatar_url": "https://avatars.githubusercontent.com/u/40028772?v=4",
"profile": "https://github.com/Fralez",
"contributions": [
"doc"
]
},
{
"login": "Zxilly",
"name": "Zxilly",
"avatar_url": "https://avatars.githubusercontent.com/u/31370133?v=4",
"profile": "https://learningman.top",
"contributions": [
"bug"
]
},
{
"login": "Kosai106",
"name": "Kevin Østerkilde",
"avatar_url": "https://avatars.githubusercontent.com/u/6379824?v=4",
"profile": "https://oesterkilde.dk/",
"contributions": [
"doc"
]
},
{
"login": "frankiesardo",
"name": "Francesco Sardo",
"avatar_url": "https://avatars.githubusercontent.com/u/1476561?v=4",
"profile": "https://github.com/frankiesardo",
"contributions": [
"code",
"bug"
]
},
{
"login": "bravo-kernel",
"name": "bravo-kernel",
"avatar_url": "https://avatars.githubusercontent.com/u/230500?v=4",
"profile": "https://github.com/bravo-kernel",
"contributions": [
"doc"
]
},
{
"login": "dipankarmaikap",
"name": "Dipankar Maikap",
"avatar_url": "https://avatars.githubusercontent.com/u/45673791?v=4",
"profile": "http://dipankarmaikap.com",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 8,
"skipCi": true
}