-
Notifications
You must be signed in to change notification settings - Fork 7
/
.all-contributorsrc
121 lines (121 loc) · 3.24 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
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"projectName": "Cake.Codecov",
"projectOwner": "cake-contrib",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "larzw",
"name": "Larz White",
"avatar_url": "https://avatars0.githubusercontent.com/u/6298611?v=4",
"profile": "https://www.linkedin.com/in/larz-white-5a8264108",
"contributions": [
"maintenance"
]
},
{
"login": "AdmiringWorm",
"name": "Kim J. Nordmo",
"avatar_url": "https://avatars3.githubusercontent.com/u/1474648?v=4",
"profile": "https://github.com/AdmiringWorm",
"contributions": [
"maintenance"
]
},
{
"login": "gep13",
"name": "Gary Ewan Park",
"avatar_url": "https://avatars3.githubusercontent.com/u/1271146?v=4",
"profile": "http://www.gep13.co.uk/blog",
"contributions": [
"review",
"ideas"
]
},
{
"login": "vkbishnoi",
"name": "Vishal Bishnoi",
"avatar_url": "https://avatars0.githubusercontent.com/u/8297727?v=4",
"profile": "https://github.com/vkbishnoi",
"contributions": [
"code"
]
},
{
"login": "pascalberger",
"name": "Pascal Berger",
"avatar_url": "https://avatars1.githubusercontent.com/u/2190718?v=4",
"profile": "https://twitter.com/hereispascal",
"contributions": [
"ideas"
]
},
{
"login": "twenzel",
"name": "Toni Wenzel",
"avatar_url": "https://avatars2.githubusercontent.com/u/500376?v=4",
"profile": "https://github.com/twenzel",
"contributions": [
"ideas"
]
},
{
"login": "Jericho",
"name": "jericho",
"avatar_url": "https://avatars0.githubusercontent.com/u/112710?v=4",
"profile": "https://github.com/Jericho",
"contributions": [
"ideas"
]
},
{
"login": "gitfool",
"name": "Sean Fausett",
"avatar_url": "https://avatars2.githubusercontent.com/u/750121?v=4",
"profile": "https://github.com/gitfool",
"contributions": [
"code"
]
},
{
"login": "augustoproiete",
"name": "C. Augusto Proiete",
"avatar_url": "https://avatars.githubusercontent.com/u/177608?v=4",
"profile": "https://augustoproiete.net",
"contributions": [
"doc",
"ideas"
]
},
{
"login": "nils-a",
"name": "Nils Andresen",
"avatar_url": "https://avatars.githubusercontent.com/u/349188?v=4",
"profile": "https://blog.nils-andresen.de",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"types": {
"bug": {
"symbol": "🐛",
"description": "Bug reports",
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>+label%3Abug"
},
"ideas": {
"symbol": "🤔",
"description": "Ideas, Planning, & Feedback",
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>"
}
},
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}