forked from testing-library/svelte-testing-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
111 lines (111 loc) · 2.67 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
{
"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"
]
},
{
"login": "MirrorBytes",
"name": "Bob",
"avatar_url": "https://avatars3.githubusercontent.com/u/22119469?v=4",
"profile": "https://github.com/MirrorBytes",
"contributions": [
"bug",
"code"
]
}
],
"contributorsPerLine": 7,
"repoHost": "https://github.com",
"commitConvention": "none",
"skipCi": true
}