-
Notifications
You must be signed in to change notification settings - Fork 4
/
.all-contributorsrc
51 lines (50 loc) · 1.48 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
{
"types": {
"ideas": {
"symbol": "💡",
"description": "Participated in discussions or provided ideas",
"link": "https://github.com/zavoloklom/docker-compose-linter/discussions?discussions_q=author%3A<%= contributor.login %>"
}
},
"projectName": "docker-compose-linter",
"projectOwner": "zavoloklom",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"commitConvention": "angular",
"commitType": "docs",
"contributors": [
{
"login": "szymon-filipiak",
"name": "Szymon Filipiak",
"avatar_url": "https://avatars.githubusercontent.com/u/25361786?v=4",
"profile": "https://github.com/szymon-filipiak",
"contributions": ["code"]
},
{
"login": "salzig",
"name": "Ben Rexin",
"avatar_url": "https://avatars.githubusercontent.com/u/99911?v=4",
"profile": "http://salzsee.info/",
"contributions": ["code", "doc", "test"]
},
{
"login": "adaliszk",
"name": "Ádám Liszkai",
"avatar_url": "https://avatars.githubusercontent.com/u/5189131?v=4",
"profile": "https://adaliszk.io/",
"contributions": ["ideas"]
},
{
"login": "AdamVig",
"name": "Adam Vigneaux",
"avatar_url": "https://avatars.githubusercontent.com/u/5354752?v=4",
"profile": "https://adamvig.com/",
"contributions": ["code", "doc"]
}
],
"contributorsPerLine": 7,
"linkToUsage": false
}