forked from litestar-org/polyfactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
92 lines (92 loc) · 2.2 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"contributors": [
{
"login": "JacobCoffee",
"name": "Jacob Coffee",
"avatar_url": "https://avatars.githubusercontent.com/u/45884264?v=4",
"profile": "https://scriptr.dev/",
"contributions": [
"infra",
"test",
"code",
"doc"
]
},
{
"login": "provinzkraut",
"name": "Janek Nouvertné",
"avatar_url": "https://avatars.githubusercontent.com/u/25355197?v=4",
"profile": "https://github.com/provinzkraut",
"contributions": [
"infra",
"test",
"code",
"design",
"doc",
"maintenance",
"projectManagement",
"review"
]
},
{
"login": "Goldziher",
"name": "Na'aman Hirschfeld",
"avatar_url": "https://avatars.githubusercontent.com/u/30733348?v=4",
"profile": "https://github.com/Goldziher",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "mdczaplicki",
"name": "Marek Czaplicki",
"avatar_url": "https://avatars.githubusercontent.com/u/9108586?v=4",
"profile": "https://czaplicki.it/",
"contributions": [
"code"
]
},
{
"login": "przybylop",
"name": "Piotr Przybyło",
"avatar_url": "https://avatars.githubusercontent.com/u/82805821?v=4",
"profile": "https://github.com/przybylop",
"contributions": [
"code"
]
},
{
"login": "sygutss",
"name": "sygutss",
"avatar_url": "https://avatars.githubusercontent.com/u/48909366?v=4",
"profile": "https://github.com/sygutss",
"contributions": [
"bug",
"code"
]
},
{
"login": "chrisbeardy",
"name": "chrisbeardy",
"avatar_url": "https://avatars.githubusercontent.com/u/20585410?v=4",
"profile": "https://github.com/chrisbeardy",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "polyfactory",
"projectOwner": "litestar-org"
}