-
Notifications
You must be signed in to change notification settings - Fork 4
/
.all-contributorsrc
62 lines (62 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"projectName": "to-markdown-cli",
"projectOwner": "ff6347",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 128,
"commit": true,
"contributors": [
{
"login": "roose",
"name": "roose",
"avatar_url": "https://avatars3.githubusercontent.com/u/277651?v=4",
"profile": "http://roose.kz",
"contributions": [
"code"
]
},
{
"login": "fabianmoronzirfas",
"name": "Fabian Morón Zirfas",
"avatar_url": "https://avatars3.githubusercontent.com/u/315106?v=4",
"profile": "https://fabianmoronzirfas.me",
"contributions": [
"code"
]
},
{
"login": "cayhorstmann",
"name": "cayhorstmann",
"avatar_url": "https://avatars0.githubusercontent.com/u/432187?v=4",
"profile": "https://github.com/cayhorstmann",
"contributions": [
"bug"
]
},
{
"login": "akomakom",
"name": "akomakom",
"avatar_url": "https://avatars.githubusercontent.com/u/12100822?v=4",
"profile": "https://github.com/akomakom",
"contributions": [
"doc",
"bug"
]
},
{
"login": "thenbe",
"name": "thenbe",
"avatar_url": "https://avatars.githubusercontent.com/u/33713262?v=4",
"profile": "https://github.com/thenbe",
"contributions": [
"ideas"
]
}
],
"skipCi": true,
"contributorsPerLine": 7,
"commitConvention": "angular"
}