-
Notifications
You must be signed in to change notification settings - Fork 8
/
.all-contributorsrc
100 lines (100 loc) · 2.62 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "fadc80",
"name": "Fernando Costa",
"avatar_url": "https://avatars3.githubusercontent.com/u/12335761?v=4",
"profile": "https://github.com/fadc80",
"contributions": [
"code",
"bug",
"doc"
]
},
{
"login": "sohansoni",
"name": "Sohan Soni",
"avatar_url": "https://avatars2.githubusercontent.com/u/11642039?v=4",
"profile": "https://github.com/sohansoni",
"contributions": [
"code"
]
},
{
"login": "gearsdigital",
"name": "Steffen Giers",
"avatar_url": "https://avatars3.githubusercontent.com/u/965069?v=4",
"profile": "http://gearsdigital.com",
"contributions": [
"code"
]
},
{
"login": "maurycyg",
"name": "Maurycy Gosciniak",
"avatar_url": "https://avatars0.githubusercontent.com/u/701197?v=4",
"profile": "https://github.com/maurycyg",
"contributions": [
"bug"
]
},
{
"login": "xfh",
"name": "Fabio",
"avatar_url": "https://avatars2.githubusercontent.com/u/9366771?v=4",
"profile": "https://github.com/xfh",
"contributions": [
"code",
"bug"
]
},
{
"login": "helabenkhalfallah",
"name": "Héla Ben Khalfallah",
"avatar_url": "https://avatars3.githubusercontent.com/u/1331451?v=4",
"profile": "http://helabenkhalfallah.e-monsite.com/",
"contributions": [
"bug"
]
},
{
"login": "mesche",
"name": "Esche",
"avatar_url": "https://avatars2.githubusercontent.com/u/7409025?v=4",
"profile": "http://www.blogging-it.com",
"contributions": [
"bug"
]
},
{
"login": "jbardon",
"name": "Jérémy Bardon",
"avatar_url": "https://avatars2.githubusercontent.com/u/9324783?v=4",
"profile": "https://github.com/jbardon",
"contributions": [
"code"
]
},
{
"login": "Fadelis",
"name": "Paulius Paplauskas",
"avatar_url": "https://avatars3.githubusercontent.com/u/6364106?v=4",
"profile": "https://github.com/Fadelis",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 6,
"projectName": "karma-sonarqube-reporter",
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=round-square)](#contributors)",
"projectOwner": "fadc80",
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "none"
}