forked from gaganpreet/fastapi-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
71 lines (71 loc) · 1.76 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
{
"projectName": "fastapi-starter",
"projectOwner": "gaganpreet",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"contributors": [
{
"login": "nadavof",
"name": "nadavof",
"avatar_url": "https://avatars.githubusercontent.com/u/93834717?v=4",
"profile": "https://github.com/nadavof",
"contributions": [
"doc"
]
},
{
"login": "djedi",
"name": "Dustin Davis",
"avatar_url": "https://avatars.githubusercontent.com/u/177353?v=4",
"profile": "http://dustindavis.me/",
"contributions": [
"doc"
]
},
{
"login": "h4ndzdatm0ld",
"name": "Hugo Tinoco",
"avatar_url": "https://avatars.githubusercontent.com/u/43675476?v=4",
"profile": "https://www.linkedin.com/in/hugo-tinoco/",
"contributions": [
"doc",
"code"
]
},
{
"login": "mihow",
"name": "Michael Bunsen",
"avatar_url": "https://avatars.githubusercontent.com/u/158175?v=4",
"profile": "https://mixedneeds.com/",
"contributions": [
"code"
]
},
{
"login": "alexey-sveshnikov",
"name": "Alexey Sveshnikov",
"avatar_url": "https://avatars.githubusercontent.com/u/447089?v=4",
"profile": "https://github.com/alexey-sveshnikov",
"contributions": [
"code"
]
},
{
"login": "javi-aranda",
"name": "Javier Aranda Santos",
"avatar_url": "https://avatars.githubusercontent.com/u/24555230?v=4",
"profile": "https://github.com/javi-aranda",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}