-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.all-contributorsrc
44 lines (44 loc) · 1.15 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
{
"projectName": "http_plus",
"projectOwner": "daadu",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "daadu",
"name": "Harsh Bhikadia",
"avatar_url": "https://avatars.githubusercontent.com/u/4963236?v=4",
"profile": "https://bhikadia.com/",
"contributions": [
"code",
"ideas"
]
},
{
"login": "JaffaKetchup",
"name": "Luka S",
"avatar_url": "https://avatars.githubusercontent.com/u/58115698?v=4",
"profile": "https://jaffaketchup.dev/",
"contributions": [
"code"
]
},
{
"login": "busslina",
"name": "busslina",
"avatar_url": "https://avatars.githubusercontent.com/u/73592852?v=4",
"profile": "https://github.com/busslina",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"badgeTemplate": "<a href=\"#contributors-\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg\" alt=\"All Contributors\" /></a>"
}