forked from frankie567/httpx-ws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
121 lines (121 loc) · 2.99 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
111
112
113
114
115
116
117
118
119
120
121
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "frankie567",
"name": "François Voron",
"avatar_url": "https://avatars.githubusercontent.com/u/1144727?v=4",
"profile": "http://francoisvoron.com",
"contributions": [
"maintenance",
"code"
]
},
{
"login": "kousikmitra",
"name": "Kousik Mitra",
"avatar_url": "https://avatars.githubusercontent.com/u/15109533?v=4",
"profile": "http://kousikmitra.github.io",
"contributions": [
"code"
]
},
{
"login": "davidbrochart",
"name": "David Brochart",
"avatar_url": "https://avatars.githubusercontent.com/u/4711805?v=4",
"profile": "https://github.com/davidbrochart",
"contributions": [
"platform"
]
},
{
"login": "ysmu",
"name": "ysmu",
"avatar_url": "https://avatars.githubusercontent.com/u/17018576?v=4",
"profile": "https://github.com/ysmu",
"contributions": [
"bug"
]
},
{
"login": "saforem2",
"name": "Sam Foreman",
"avatar_url": "https://avatars.githubusercontent.com/u/5234251?v=4",
"profile": "https://samforeman.me",
"contributions": [
"bug"
]
},
{
"login": "maparent",
"name": "Marc-Antoine Parent",
"avatar_url": "https://avatars.githubusercontent.com/u/202691?v=4",
"profile": "http://maparent.ca/",
"contributions": [
"bug",
"code"
]
},
{
"login": "Kludex",
"name": "Marcelo Trylesinski",
"avatar_url": "https://avatars.githubusercontent.com/u/7353520?v=4",
"profile": "https://www.fastapiexpert.com/",
"contributions": [
"bug",
"research"
]
},
{
"login": "MtkN1",
"name": "MtkN1",
"avatar_url": "https://avatars.githubusercontent.com/u/51289448?v=4",
"profile": "https://lit.link/MtkN1",
"contributions": [
"bug",
"research"
]
},
{
"login": "tomchristie",
"name": "Tom Christie",
"avatar_url": "https://avatars.githubusercontent.com/u/647359?v=4",
"profile": "http://www.tomchristie.com/",
"contributions": [
"bug",
"research"
]
},
{
"login": "dmontagu",
"name": "David Montague",
"avatar_url": "https://avatars.githubusercontent.com/u/35119617?v=4",
"profile": "https://github.com/dmontagu",
"contributions": [
"bug"
]
},
{
"login": "WSH032",
"name": "Sean Wang",
"avatar_url": "https://avatars.githubusercontent.com/u/126865849?v=4",
"profile": "https://github.com/WSH032",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "httpx-ws",
"projectOwner": "frankie567",
"commitType": "docs"
}