-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.all-contributorsrc
44 lines (44 loc) · 1.17 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "XadillaX",
"name": "Khaidi Chu",
"avatar_url": "https://avatars.githubusercontent.com/u/2842176?v=4",
"profile": "https://xcoder.in/",
"contributions": [
"maintenance",
"code"
]
},
{
"login": "NuriYuri",
"name": "NuriYuri",
"avatar_url": "https://avatars.githubusercontent.com/u/7335788?v=4",
"profile": "https://pokemonworkshop.com/forum",
"contributions": [
"code"
]
},
{
"login": "HanzCEO",
"name": "Hanz",
"avatar_url": "https://avatars.githubusercontent.com/u/40712686?v=4",
"profile": "https://godot.id",
"contributions": [
"code"
]
}
],
"badgeTemplate": "<a href=\"#contributors-\"><img src=\"https://img.shields.io/badge/<%= contributors.length %>-ALL%20CONTRIBUTORS?style=for-the-badge&colorA=FF69b4&colorB=cc47a4&label=ALL%20CONTRIBUTORS\" />",
"contributorsPerLine": 7,
"projectName": "node-sfml",
"projectOwner": "XadillaX",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}