-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
80 lines (80 loc) · 2.14 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
{
"badgeTemplate": "<img alt=\"All Contributors: <%= contributors.length %> 👪\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>_👪-21bb42.svg\" />",
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"contributions": [
"tool",
"code",
"maintenance",
"infra",
"ideas",
"bug",
"test"
],
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg",
"profile": "http://www.joshuakgoldberg.com"
},
{
"login": "kopax-polyconseil",
"name": "Dimitri Kopriwa",
"avatar_url": "https://avatars.githubusercontent.com/u/77674046?v=4",
"profile": "https://www.kop.ax/",
"contributions": [
"code"
]
},
{
"login": "mackenco",
"name": "Colin MacKenzie",
"avatar_url": "https://avatars.githubusercontent.com/u/4284340?v=4",
"profile": "https://github.com/mackenco",
"contributions": [
"code",
"ideas"
]
},
{
"login": "sosukesuzuki",
"name": "SUZUKI Sosuke",
"avatar_url": "https://avatars.githubusercontent.com/u/14838850?v=4",
"profile": "https://github.com/sosukesuzuki",
"contributions": [
"code"
]
},
{
"login": "joel-daros",
"name": "Joel",
"avatar_url": "https://avatars.githubusercontent.com/u/992049?v=4",
"profile": "https://www.linkedin.com/in/joel-darós-95536a21/?locale=en_US",
"contributions": [
"ideas",
"code"
]
},
{
"login": "farazpatankar",
"name": "Faraz Patankar",
"avatar_url": "https://avatars.githubusercontent.com/u/10681116?v=4",
"profile": "https://farazpatankar.com/",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"files": [
"README.md"
],
"imageSize": 100,
"projectName": "console-fail-test",
"projectOwner": "JoshuaKGoldberg",
"repoHost": "https://github.com",
"repoType": "github",
"commitType": "docs"
}