-
Notifications
You must be signed in to change notification settings - Fork 33
/
.all-contributorsrc
120 lines (119 loc) · 3.73 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
{
"projectName": "svelte-testing-library",
"projectOwner": "testing-library",
"repoType": "github",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "benmonro",
"name": "Ben Monro",
"avatar_url": "https://avatars3.githubusercontent.com/u/399236?v=4",
"profile": "https://github.com/benmonro",
"contributions": ["code", "test", "ideas", "doc"]
},
{
"login": "EmilTholin",
"name": "Emil Tholin",
"avatar_url": "https://avatars0.githubusercontent.com/u/11573167?v=4",
"profile": "https://twitter.com/EmilTholin",
"contributions": ["code", "test", "ideas"]
},
{
"login": "oieduardorabelo",
"name": "Eduardo Rabelo",
"avatar_url": "https://avatars1.githubusercontent.com/u/829902?v=4",
"profile": "https://medium.com/@oieduardorabelo",
"contributions": ["test", "code", "doc", "example"]
},
{
"login": "timdeschryver",
"name": "Tim Deschryver",
"avatar_url": "https://avatars1.githubusercontent.com/u/28659384?v=4",
"profile": "http://timdeschryver.dev",
"contributions": ["doc"]
},
{
"login": "ematipico",
"name": "Emanuele",
"avatar_url": "https://avatars3.githubusercontent.com/u/602478?v=4",
"profile": "http://www.ematipico.com",
"contributions": ["code", "test", "doc"]
},
{
"login": "pngwn",
"name": "pngwn",
"avatar_url": "https://avatars1.githubusercontent.com/u/12937446?v=4",
"profile": "https://github.com/pngwn",
"contributions": ["code", "test"]
},
{
"login": "eps1lon",
"name": "Sebastian Silbermann",
"avatar_url": "https://avatars3.githubusercontent.com/u/12292047?v=4",
"profile": "https://twitter.com/sebsilbermann",
"contributions": ["code"]
},
{
"login": "mihar-22",
"name": "Rahim Alwer",
"avatar_url": "https://avatars3.githubusercontent.com/u/14304599?s=460&v=4",
"profile": "https://github.com/mihar-22",
"contributions": ["code", "doc", "test", "review"]
},
{
"login": "MirrorBytes",
"name": "Bob",
"avatar_url": "https://avatars3.githubusercontent.com/u/22119469?v=4",
"profile": "https://github.com/MirrorBytes",
"contributions": ["bug", "code"]
},
{
"login": "ronmerkin",
"name": "Ron Merkin",
"avatar_url": "https://avatars.githubusercontent.com/u/17492527?v=4",
"profile": "https://github.com/ronmerkin",
"contributions": ["code"]
},
{
"login": "benmccann",
"name": "Ben McCann",
"avatar_url": "https://avatars.githubusercontent.com/u/322311?v=4",
"profile": "http://www.benmccann.com",
"contributions": ["test"]
},
{
"login": "jgbowser",
"name": "John Bowser",
"avatar_url": "https://avatars.githubusercontent.com/u/66637570?v=4",
"profile": "https://johnbowser.dev/",
"contributions": ["code", "test"]
},
{
"login": "ysitbon",
"name": "Yoann",
"avatar_url": "https://avatars.githubusercontent.com/u/1370679?v=4",
"profile": "https://github.com/ysitbon",
"contributions": ["code"]
},
{
"login": "yanick",
"name": "Yanick Champoux",
"avatar_url": "https://avatars.githubusercontent.com/u/19954?v=4",
"profile": "https://techblog.babyl.ca/",
"contributions": ["code"]
},
{
"login": "mcous",
"name": "Michael Cousins",
"avatar_url": "https://avatars.githubusercontent.com/u/2963448?v=4",
"profile": "https://michael.cousins.io/",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
"repoHost": "https://github.com",
"commitConvention": "none",
"skipCi": true
}