-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.all-contributorsrc
64 lines (64 loc) · 1.55 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
{
"projectName": "git-sync",
"projectOwner": "AkashRajpurohit",
"files": [
"README.md"
],
"contributors": [
{
"login": "AkashRajpurohit",
"name": "Akash Rajpurohit",
"avatar_url": "https://avatars.githubusercontent.com/u/30044630?v=4",
"profile": "https://akashrajpurohit.com/?ref=git-sync",
"contributions": [
"code",
"ideas",
"review",
"doc",
"question",
"platform"
]
},
{
"login": "jbonadiman",
"name": "João Vitor Bonadiman",
"avatar_url": "https://avatars.githubusercontent.com/u/18357636?v=4",
"profile": "https://joao.bonadiman.dev",
"contributions": [
"code",
"ideas",
"question"
]
},
{
"login": "qlaffont",
"name": "Quentin Laffont",
"avatar_url": "https://avatars.githubusercontent.com/u/10044790?v=4",
"profile": "https://qlaffont.com",
"contributions": [
"code"
]
},
{
"login": "acompagno",
"name": "Andre Compagno",
"avatar_url": "https://avatars.githubusercontent.com/u/4412299?v=4",
"profile": "https://github.com/acompagno",
"contributions": [
"code"
]
},
{
"login": "jasonbraganza",
"name": "Mario Jason Braganza",
"avatar_url": "https://avatars.githubusercontent.com/u/4888781?v=4",
"profile": "https://janusworx.com",
"contributions": [
"bug"
]
}
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7
}