-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.all-contributorsrc
73 lines (73 loc) · 1.66 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
{
"projectName": "smartcloud",
"projectOwner": "Resnovas",
"repoType": "github",
"files": [
"docs\\docs\\getting-started\\contributors.md",
"./readme.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "IvanFon",
"name": "Ivan",
"avatar_url": "https://avatars.githubusercontent.com/u/1174413?v=4",
"profile": "https://github.com/IvanFon",
"contributions": [
"bug",
"code",
"ideas",
"doc",
"infra",
"maintenance",
"projectManagement",
"test",
"tool"
]
},
{
"login": "TGTGamer",
"name": "Jonathan S",
"avatar_url": "https://avatars.githubusercontent.com/u/11413796?v=4",
"profile": "https://keybase.io/TGTGamer",
"contributions": [
"question",
"bug",
"code",
"design",
"doc",
"example",
"ideas",
"infra",
"maintenance",
"projectManagement",
"security",
"test",
"tool"
]
},
{
"login": "jbinda",
"name": "jbinda",
"avatar_url": "https://avatars.githubusercontent.com/u/21242757?v=4",
"profile": "https://github.com/jbinda",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "VidendumStudios",
"name": "Videndum Studios Github Actions",
"avatar_url": "https://avatars.githubusercontent.com/u/68557851?v=4",
"profile": "https://github.com/VidendumStudios",
"contributions": [
"projectManagement",
"tool"
]
}
],
"contributorsPerLine": 7
}