generated from sapphiredev/sapphire-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.all-contributorsrc
73 lines (73 loc) · 1.68 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
{
"projectName": "neko-plugins",
"projectOwner": "sawa-ko",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"packages/statcord/README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "kaname-png",
"name": "Kaname",
"avatar_url": "https://avatars.githubusercontent.com/u/56084970?v=4",
"profile": "https://kaname.netlify.app",
"contributions": [
"code",
"bug",
"doc",
"infra",
"maintenance",
"review"
]
},
{
"login": "uSebazz",
"name": "Sebazz",
"avatar_url": "https://avatars.githubusercontent.com/u/90474850?v=4",
"profile": "http://nino.fun",
"contributions": [
"bug",
"code"
]
},
{
"login": "ChikoShidori",
"name": "Chiko",
"avatar_url": "https://avatars.githubusercontent.com/u/53100578?v=4",
"profile": "http://chikoshidori.github.io",
"contributions": [
"bug",
"code"
]
},
{
"login": "Swiizyy",
"name": "Williams Bussat",
"avatar_url": "https://avatars.githubusercontent.com/u/52933626?v=4",
"profile": "https://github.com/Swiizyy",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "RedStar071",
"name": "Davide Trinastich",
"avatar_url": "https://avatars.githubusercontent.com/u/76824516?v=4",
"profile": "https://github.com/RedStar071",
"contributions": [
"code",
"ideas"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"commitType": "docs"
}