-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
88 lines (88 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
78
79
80
81
82
83
84
85
86
87
88
{
"files": [
"profile/README.md"
],
"imageSize": 100,
"commit": false,
"contributorsSortAlphabetically": true,
"contributorsPerLine": 7,
"projectName": ".github",
"projectOwner": "PapillonApp",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"types": {
"creator": {
"symbol": "🌟",
"description": "Creator",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"contributors": [
{
"login": "ecnivtwelve",
"name": "Vince Linise",
"avatar_url": "https://avatars.githubusercontent.com/u/32978709?v=4",
"profile": "https://www.vincelinise.com",
"contributions": [
"code",
"design",
"ideas",
"projectManagement",
"bug"
]
},
{
"login": "Astrow25",
"name": "Astrow",
"avatar_url": "https://avatars.githubusercontent.com/u/76118368?v=4",
"profile": "https://github.com/Astrow25",
"contributions": [
"code",
"bug"
]
},
{
"login": "tryon-dev",
"name": "Tryon",
"avatar_url": "https://avatars.githubusercontent.com/u/68423470?v=4",
"profile": "https://github.com/tryon-dev",
"contributions": [
"infra",
"bug"
]
},
{
"login": "andronedev",
"name": "andronedev",
"avatar_url": "https://avatars.githubusercontent.com/u/31452517?v=4",
"profile": "https://androne.dev",
"contributions": [
"plugin",
"code"
]
},
{
"login": "lucas-luchack",
"name": "Luc'HACK",
"avatar_url": "https://avatars.githubusercontent.com/u/39491773?v=4",
"profile": "https://luchack.valbion.com",
"contributions": [
"code",
"infra",
"maintenance",
"ideas"
]
},
{
"login": "Rexxt",
"name": "Mizu",
"avatar_url": "https://avatars.githubusercontent.com/u/40831463?v=4",
"profile": "https://mizuofficial.carrd.co/",
"contributions": [
"infra"
]
}
],
"commitConvention": "angular"
}