-
Notifications
You must be signed in to change notification settings - Fork 28
/
.all-contributorsrc
112 lines (112 loc) · 2.81 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
{
"projectName": "starknet-phone",
"projectOwner": "keep-starknet-strange",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"CONTRIBUTING.md"
],
"imageSize": 100,
"commitConvention": "none",
"commitType": "docs",
"contributors": [
{
"login": "drspacemn",
"name": "drspacemn",
"avatar_url": "https://avatars.githubusercontent.com/u/16685321?v=4",
"profile": "https://github.com/drspacemn",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "trbutler4",
"name": "Thomas Butler",
"avatar_url": "https://avatars.githubusercontent.com/u/58192340?v=4",
"profile": "https://github.com/trbutler4",
"contributions": [
"infra",
"test",
"code"
]
},
{
"login": "Oshioke-Salaki",
"name": "Oshioke Salaki",
"avatar_url": "https://avatars.githubusercontent.com/u/105825121?v=4",
"profile": "https://github.com/Oshioke-Salaki",
"contributions": [
"code"
]
},
{
"login": "sajalbnl",
"name": "Sajal bansal",
"avatar_url": "https://avatars.githubusercontent.com/u/77548932?v=4",
"profile": "https://github.com/sajalbnl",
"contributions": [
"code"
]
},
{
"login": "Gerson2102",
"name": "Gerson",
"avatar_url": "https://avatars.githubusercontent.com/u/71728860?v=4",
"profile": "https://github.com/Gerson2102",
"contributions": [
"code"
]
},
{
"login": "lauchaves",
"name": "Lau Chaves",
"avatar_url": "https://avatars.githubusercontent.com/u/5482929?v=4",
"profile": "https://github.com/lauchaves",
"contributions": [
"design",
"code"
]
},
{
"login": "ooochoche",
"name": "Benedict Ejembi",
"avatar_url": "https://avatars.githubusercontent.com/u/101812348?v=4",
"profile": "https://github.com/ooochoche",
"contributions": [
"design"
]
},
{
"login": "Gift-Naomi",
"name": "Mystic",
"avatar_url": "https://avatars.githubusercontent.com/u/149405096?v=4",
"profile": "https://github.com/Gift-Naomi",
"contributions": [
"design"
]
},
{
"login": "mubarak23",
"name": "Mubarak Muhammad Aminu",
"avatar_url": "https://avatars.githubusercontent.com/u/7858376?v=4",
"profile": "https://github.com/mubarak23",
"contributions": [
"code"
]
},
{
"login": "maxslimb",
"name": "Kishan Patel",
"avatar_url": "https://avatars.githubusercontent.com/u/55874508?v=4",
"profile": "https://kishanpatel.tech/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}