-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.all-contributorsrc
81 lines (81 loc) · 1.96 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
{
"projectName": "surrealdb-migrations",
"projectOwner": "Odonno",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"readme.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "gitmoji",
"contributorsPerLine": 7,
"skipCi": true,
"contributors": [
{
"login": "tekacs",
"name": "Amar Sood",
"avatar_url": "https://avatars.githubusercontent.com/u/63247?v=4",
"profile": "http://www.tekacs.com/",
"contributions": [
"code"
]
},
{
"login": "Roms1383",
"name": "Rom's",
"avatar_url": "https://avatars.githubusercontent.com/u/21016014?v=4",
"profile": "https://github.com/Roms1383",
"contributions": [
"code",
"ideas",
"infra"
]
},
{
"login": "pranaypratyush",
"name": "Pranay Pratyush",
"avatar_url": "https://avatars.githubusercontent.com/u/10587083?v=4",
"profile": "https://github.com/pranaypratyush",
"contributions": [
"bug"
]
},
{
"login": "ansarizafar",
"name": "Zafar Ansari",
"avatar_url": "https://avatars.githubusercontent.com/u/5788284?v=4",
"profile": "https://github.com/ansarizafar",
"contributions": [
"ideas"
]
},
{
"login": "turulix",
"name": "Tim",
"avatar_url": "https://avatars.githubusercontent.com/u/28957605?v=4",
"profile": "https://turulix.de/",
"contributions": [
"ideas"
]
},
{
"login": "snarkipus",
"name": "Matt Jackson",
"avatar_url": "https://avatars.githubusercontent.com/u/3688989?v=4",
"profile": "https://github.com/snarkipus",
"contributions": [
"bug"
]
},
{
"login": "keyruu",
"name": "Lucas",
"avatar_url": "https://avatars.githubusercontent.com/u/53177682?v=4",
"profile": "https://github.com/keyruu",
"contributions": [
"ideas"
]
}
]
}