forked from davidsneighbour/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
108 lines (108 loc) · 2.71 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"projectName": "colossus-wp-options-framework",
"projectOwner": "davidsneighbour",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "davidsneighbour",
"name": "Patrick Kollitsch",
"avatar_url": "https://avatars1.githubusercontent.com/u/83281?v=4",
"profile": "https://davids-neighbour.com",
"contributions": [
"maintainer"
]
},
{
"login": "codeclinic",
"name": "Phill Healey",
"avatar_url": "https://avatars3.githubusercontent.com/u/6069510?v=4",
"profile": "http://codeclinic.de",
"contributions": [
"bug",
"ideas",
"question",
"code"
]
},
{
"login": "goodwinpress",
"name": "Alex Goodwin",
"avatar_url": "https://avatars0.githubusercontent.com/u/8179689?v=4",
"profile": "http://goodwinpress.ru",
"contributions": [
"bug",
"code"
]
},
{
"login": "jascha",
"name": "Jascha Lee",
"avatar_url": "https://avatars0.githubusercontent.com/u/71447?v=4",
"profile": "https://github.com/jascha",
"contributions": [
"translation"
]
},
{
"login": "DavideVogliotti",
"name": "Davide",
"avatar_url": "https://avatars2.githubusercontent.com/u/7949574?v=4",
"profile": "https://github.com/DavideVogliotti",
"contributions": [
"translation"
]
},
{
"login": "PunKeel",
"name": "Maxime Guerreiro",
"avatar_url": "https://avatars1.githubusercontent.com/u/1859135?v=4",
"profile": "https://github.com/punkeel",
"contributions": [
"translation"
]
},
{
"login": "pagelab",
"name": "Marcio Duarte",
"avatar_url": "https://avatars1.githubusercontent.com/u/1451087?v=4",
"profile": "https://www.uberfacil.com",
"contributions": [
"translation"
]
},
{
"login": "maperezotero",
"name": "maperezotero",
"avatar_url": "https://avatars1.githubusercontent.com/u/3096153?v=4",
"profile": "https://github.com/maperezotero",
"contributions": [
"translation"
]
},
{
"login": "gurkankara",
"name": "gurkankara",
"avatar_url": "https://avatars3.githubusercontent.com/u/8336522?v=4",
"profile": "https://github.com/gurkankara",
"contributions": [
"translation"
]
}
],
"types": {
"maintainer": {
"symbol": "👻",
"description": "Plugin Maintainer",
"link": "[<%= symbol %>]"
}
},
"contributorsPerLine": 6,
"skipCi": true
}