forked from kentcdodds/testing-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
100 lines (100 loc) · 2.45 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
{
"projectName": "testing-workshop",
"projectOwner": "kentcdodds",
"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",
"infra",
"test"
]
},
{
"login": "osamajandali",
"name": "Osama Jandali",
"avatar_url": "https://avatars3.githubusercontent.com/u/13832392?v=4",
"profile": "https://github.com/osamajandali",
"contributions": [
"code",
"design"
]
},
{
"login": "stefanivic",
"name": "Stefan Ivic",
"avatar_url": "https://avatars2.githubusercontent.com/u/3818515?v=4",
"profile": "http://stefanivic.me/",
"contributions": [
"bug"
]
},
{
"login": "bodiddlie",
"name": "Nick Klepinger",
"avatar_url": "https://avatars2.githubusercontent.com/u/2413413?v=4",
"profile": "https://github.com/bodiddlie",
"contributions": [
"bug"
]
},
{
"login": "abinavseelan",
"name": "Abinav Seelan",
"avatar_url": "https://avatars2.githubusercontent.com/u/6417910?v=4",
"profile": "http://abinavseelan.com",
"contributions": [
"bug"
]
},
{
"login": "fipo",
"name": "Philip Sotirov",
"avatar_url": "https://avatars0.githubusercontent.com/u/2751691?v=4",
"profile": "http://philipsotirov.com",
"contributions": [
"bug"
]
},
{
"login": "indiesquidge",
"name": "Austin Wood",
"avatar_url": "https://avatars3.githubusercontent.com/u/3409645?v=4",
"profile": "https://github.com/indiesquidge",
"contributions": [
"doc"
]
},
{
"login": "wk32",
"name": "WK",
"avatar_url": "https://avatars3.githubusercontent.com/u/7888225?v=4",
"profile": "https://github.com/wk32",
"contributions": [
"bug"
]
},
{
"login": "rjperkins",
"name": "Richard Perkins",
"avatar_url": "https://avatars1.githubusercontent.com/u/57779301?v=4",
"profile": "https://github.com/rjperkins",
"contributions": [
"test"
]
}
],
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"contributorsPerLine": 7
}