-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
47 lines (47 loc) · 1.27 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
{
"projectName": "komunumo",
"projectOwner": "McPringle",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"badgeTemplate": "[](#contributors)",
"contributors": [
{
"login": "McPringle",
"name": "Marcus Fihlon",
"avatar_url": "https://avatars.githubusercontent.com/u/1254039?v=4",
"profile": "https://github.com/McPringle",
"contributions": [
"projectManagement",
"ideas",
"code",
"design"
]
},
{
"login": "Interactiondesigner",
"name": "Interactiondesigner",
"avatar_url": "https://avatars.githubusercontent.com/u/17220369?v=4",
"profile": "https://github.com/Interactiondesigner",
"contributions": [
"design"
]
},
{
"login": "simasch",
"name": "Simon Martinelli",
"avatar_url": "https://avatars.githubusercontent.com/u/593352?v=4",
"profile": "https://github.com/simasch",
"contributions": [
"review"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}