-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
52 lines (52 loc) · 1.3 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
{
"projectName": "cli",
"projectOwner": "runtipi",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/runtipi/cli)](#contributors)",
"contributors": [
{
"login": "meienberger",
"name": "Nicolas Meienberger",
"avatar_url": "https://avatars.githubusercontent.com/u/47644445?v=4",
"profile": "https://meienberger.dev/",
"contributions": [
"code",
"test",
"infra"
]
},
{
"login": "steveiliop56",
"name": "Stavros",
"avatar_url": "https://avatars.githubusercontent.com/u/106091011?v=4",
"profile": "https://github.com/steveiliop56",
"contributions": [
"code",
"doc"
]
},
{
"login": "hex-developer",
"name": "hex-developer",
"avatar_url": "https://avatars.githubusercontent.com/u/77530549?v=4",
"profile": "https://github.com/hex-developer",
"contributions": [
"code"
]
},
{
"login": "jnth",
"name": "Jonathan Virga",
"avatar_url": "https://avatars.githubusercontent.com/u/7796167?v=4",
"profile": "https://github.com/jnth",
"contributions": [
"code"
]
}
]
}