-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
.all-contributorsrc
55 lines (55 loc) · 1.34 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
{
"projectName": "create-react-app-vite",
"projectOwner": "laststance",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "ryota-murakami",
"name": "ryota-murakami",
"avatar_url": "https://avatars1.githubusercontent.com/u/5501268?s=400&u=7bf6b1580b95930980af2588ef0057f3e9ec1ff8&v=4",
"profile": "http://ryota-murakami.github.io/",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "nvh95",
"name": "Hung Viet Nguyen",
"avatar_url": "https://avatars.githubusercontent.com/u/8603085?v=4",
"profile": "https://hung.dev",
"contributions": [
"code"
]
},
{
"login": "shayc",
"name": "Shay Cojocaru",
"avatar_url": "https://avatars.githubusercontent.com/u/6969966?v=4",
"profile": "https://github.com/shayc",
"contributions": [
"doc"
]
},
{
"login": "NateAGeek",
"name": "NateAGeek",
"avatar_url": "https://avatars.githubusercontent.com/u/1813055?v=4",
"profile": "https://github.com/NateAGeek",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"commitType": "docs"
}