-
Notifications
You must be signed in to change notification settings - Fork 13
/
.all-contributorsrc
44 lines (44 loc) · 1.09 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
{
"projectName": "ibarin",
"projectOwner": "adeka-factory",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"contributors": [
{
"login": "ffadilaputra",
"name": "Ivan Fadila Putra",
"avatar_url": "https://avatars.githubusercontent.com/u/6916297?v=4",
"profile": "https://ffadilaputra.space/",
"contributions": [
"doc",
"projectManagement",
"review"
]
},
{
"login": "naufaldi",
"name": "Naufaldi",
"avatar_url": "https://avatars.githubusercontent.com/u/13159420?v=4",
"profile": "https://naufaldi.xyz",
"contributions": [
"code",
"review"
]
},
"login": "aurakanzaa",
"name": "aura kanza",
"avatar_url": "https://avatars.githubusercontent.com/u/18681884?v=4",
"profile": "https://www.linkedin.com/in/aura-kanza-caesaria-734361163/",
"contributions": [
"design" ]
}
],
"contributorsPerLine": 7,
"skipCi": true
}