forked from testing-library/jest-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
83 lines (83 loc) · 2.04 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
{
"projectName": "jest-native",
"projectOwner": "testing-library",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "bcarroll22",
"name": "Brandon Carroll",
"avatar_url": "https://avatars2.githubusercontent.com/u/11020406?v=4",
"profile": "https://github.com/bcarroll22",
"contributions": [
"code",
"doc",
"infra",
"test"
]
},
{
"login": "SantiMA10",
"name": "Santi",
"avatar_url": "https://avatars2.githubusercontent.com/u/7255298?v=4",
"profile": "http://santiagomartin.dev",
"contributions": [
"code"
]
},
{
"login": "marnusw",
"name": "Marnus Weststrate",
"avatar_url": "https://avatars0.githubusercontent.com/u/971499?v=4",
"profile": "https://github.com/marnusw",
"contributions": [
"code"
]
},
{
"login": "Shywim",
"name": "Matthieu Harlé",
"avatar_url": "https://avatars3.githubusercontent.com/u/1584563?v=4",
"profile": "https://github.com/Shywim",
"contributions": [
"code"
]
},
{
"login": "acatalina",
"name": "Alvaro Catalina",
"avatar_url": "https://avatars3.githubusercontent.com/u/23233812?v=4",
"profile": "https://github.com/acatalina",
"contributions": [
"code"
]
},
{
"login": "ilkeryilmaz",
"name": "ilker Yılmaz",
"avatar_url": "https://avatars1.githubusercontent.com/u/1588236?v=4",
"profile": "http://www.ilkeryilmaz.com",
"contributions": [
"doc"
]
},
{
"login": "donovanhiland",
"name": "Donovan Hiland",
"avatar_url": "https://avatars2.githubusercontent.com/u/17991396?v=4",
"profile": "https://github.com/donovanhiland",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}