forked from laststance/react-typescript-todomvc-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
82 lines (82 loc) · 2.08 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
{
"projectName": "create-react-app-typescript-todo-example-2021",
"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": "wroscoe",
"name": "Will Roscoe",
"avatar_url": "https://avatars2.githubusercontent.com/u/147582?v=4",
"profile": "http://donkeycar.com",
"contributions": [
"code"
]
},
{
"login": "JunQu",
"name": "Peng Fei",
"avatar_url": "https://avatars2.githubusercontent.com/u/39846309?v=4",
"profile": "https://github.com/JunQu",
"contributions": [
"bug"
]
},
{
"login": "alexpanchuk",
"name": "Alex Panchuk",
"avatar_url": "https://avatars3.githubusercontent.com/u/26270612?v=4",
"profile": "https://github.com/alexpanchuk",
"contributions": [
"doc"
]
},
{
"login": "BurhanMullamitha",
"name": "Burhan Mullamitha",
"avatar_url": "https://avatars1.githubusercontent.com/u/42492054?v=4",
"profile": "https://github.com/BurhanMullamitha",
"contributions": [
"doc"
]
},
{
"login": "hefengxian",
"name": "hefengxian",
"avatar_url": "https://avatars.githubusercontent.com/u/4338497?v=4",
"profile": "https://github.com/hefengxian",
"contributions": [
"code",
"test"
]
},
{
"login": "esetnik",
"name": "Ethan Setnik",
"avatar_url": "https://avatars.githubusercontent.com/u/664434?v=4",
"profile": "http://ethansetnik.com",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}