-
Notifications
You must be signed in to change notification settings - Fork 119
/
.all-contributorsrc
110 lines (110 loc) · 2.8 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
101
102
103
104
105
106
107
108
109
110
{
"projectName": "react-typescript-todomvc-2022",
"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"
]
},
{
"login": "PaoloJN",
"name": "Paolo Nessim",
"avatar_url": "https://avatars.githubusercontent.com/u/87121008?v=4",
"profile": "https://github.com/PaoloJN",
"contributions": [
"code"
]
},
{
"login": "likui628",
"name": "Li Kui",
"avatar_url": "https://avatars.githubusercontent.com/u/90845831?v=4",
"profile": "https://github.com/likui628",
"contributions": [
"code"
]
},
{
"login": "adarsh-gupta101",
"name": "Adarsh Gupta",
"avatar_url": "https://avatars.githubusercontent.com/u/73733229?v=4",
"profile": "https://adarshgupta.live/",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"commitType": "docs"
}