-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.all-contributorsrc
49 lines (49 loc) · 1.12 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
{
"projectName": "preact-testing-library",
"projectOwner": "testing-library",
"repoType": "github",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kentcdodds",
"name": "Kent C. Dodds",
"avatar_url": "https://avatars.githubusercontent.com/u/1500684?v=3",
"profile": "https://kentcdodds.com",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "antsmartian",
"name": "Ants Martian",
"avatar_url": "https://avatars0.githubusercontent.com/u/1241511?s=400&v=4",
"profile": "https://github.com/antsmartian",
"contributions": [
"code",
"doc",
"test"
]
},
{
"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",
"infra"
]
}
],
"contributorsPerLine": 7,
"repoHost": "https://github.com",
"commitConvention": "none"
}