-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
64 lines (64 loc) · 1.54 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
{
"projectName": "cli-testing-library",
"projectOwner": "crutchcorn",
"repoType": "github",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributorsPerLine": 7,
"skipCi": false,
"contributors": [
{
"login": "crutchcorn",
"name": "Corbin Crutchley",
"avatar_url": "https://avatars.githubusercontent.com/u/9100169?v=4",
"profile": "https://crutchcorn.dev/",
"contributions": [
"code",
"doc",
"maintenance"
]
},
{
"login": "SerkanSipahi",
"name": "Bitcollage",
"avatar_url": "https://avatars.githubusercontent.com/u/1880749?v=4",
"profile": "https://www.linkedin.com/in/serkan-sipahi-59b20081/",
"contributions": [
"doc"
]
},
{
"login": "jgoux",
"name": "Julien Goux",
"avatar_url": "https://avatars.githubusercontent.com/u/1443499?v=4",
"profile": "http://jgoux.dev",
"contributions": [
"bug",
"code"
]
},
{
"login": "bantic",
"name": "Cory Forsyth",
"avatar_url": "https://avatars.githubusercontent.com/u/2023?v=4",
"profile": "http://coryforsyth.com/",
"contributions": [
"doc"
]
},
{
"login": "eran-cohen",
"name": "eran-cohen",
"avatar_url": "https://avatars.githubusercontent.com/u/105227395?v=4",
"profile": "https://github.com/eran-cohen",
"contributions": [
"doc"
]
}
],
"repoHost": "https://github.com",
"commitConvention": "none"
}