forked from sopherapps/pydantic-redis
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.all-contributorsrc
93 lines (93 loc) · 2.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
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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "andrewthetechie",
"name": "Andrew",
"avatar_url": "https://avatars.githubusercontent.com/u/1377314?v=4",
"profile": "https://github.com/andrewthetechie",
"contributions": [
"code",
"doc"
]
},
{
"login": "Tinitto",
"name": "Martin Ahindura",
"avatar_url": "https://avatars.githubusercontent.com/u/21363733??v=4",
"profile": "https://github.com/Tinitto",
"contributions": [
"code",
"ideas"
]
},
{
"login": "david-wahlstedt",
"name": "david-wahlstedt",
"avatar_url": "https://avatars.githubusercontent.com/u/66391333?v=4",
"profile": "https://github.com/david-wahlstedt",
"contributions": [
"test",
"doc",
"review"
]
},
{
"login": "gtmanfred",
"name": "Daniel Wallace",
"avatar_url": "https://avatars.githubusercontent.com/u/732321?v=4",
"profile": "https://blog.gtmanfred.com",
"contributions": [
"test"
]
},
{
"login": "ceteri",
"name": "Paco Nathan",
"avatar_url": "https://avatars.githubusercontent.com/u/57973?v=4",
"profile": "https://derwen.ai/paco",
"contributions": [
"example"
]
},
{
"login": "AndreasPB",
"name": "Andreas Brodersen",
"avatar_url": "https://avatars.githubusercontent.com/u/43907402?v=4",
"profile": "https://www.linkedin.com/in/andreas-brodersen-1b955b100/",
"contributions": [
"doc"
]
},
{
"login": "kraczak",
"name": "kraczak",
"avatar_url": "https://avatars.githubusercontent.com/u/58468064?v=4",
"profile": "https://github.com/kraczak",
"contributions": [
"doc"
]
},
{
"login": "CharlieJiangXXX",
"name": "CharlieJiangXXX",
"avatar_url": "https://avatars.githubusercontent.com/u/45895922?v=4",
"profile": "https://github.com/CharlieJiangXXX",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "pydantic-aioredis",
"projectOwner": "andrewthetechie",
"commitType": "docs"
}