-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy path.all-contributorsrc
More file actions
78 lines (78 loc) · 1.78 KB
/
.all-contributorsrc
File metadata and controls
78 lines (78 loc) · 1.78 KB
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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "xadrianzetx",
"name": "Adrian Zuber",
"avatar_url": "https://avatars.githubusercontent.com/u/37713008?v=4",
"profile": "https://github.com/xadrianzetx",
"contributions": [
"code",
"doc",
"bug",
"ideas",
"test"
]
},
{
"login": "ryshoooo",
"name": "Richard Nemeth",
"avatar_url": "https://avatars.githubusercontent.com/u/12965813?v=4",
"profile": "https://github.com/ryshoooo",
"contributions": [
"code",
"doc",
"bug",
"ideas",
"test"
]
},
{
"login": "subramaniam20jan",
"name": "subramaniam20jan",
"avatar_url": "https://avatars.githubusercontent.com/u/6160977?v=4",
"profile": "https://github.com/subramaniam20jan",
"contributions": [
"code",
"doc",
"bug",
"ideas",
"test"
]
},
{
"login": "burakince",
"name": "Burak Ince",
"avatar_url": "https://avatars.githubusercontent.com/u/858202?v=4",
"profile": "https://www.burakince.com",
"contributions": [
"code",
"doc",
"bug",
"review",
"ideas",
"test"
]
},
{
"login": "faceless7171",
"name": "faceless7171",
"avatar_url": "https://avatars.githubusercontent.com/u/43067693?v=4",
"profile": "https://github.com/faceless7171",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 6,
"contributorsSortAlphabetically": true,
"projectName": "helm-charts",
"projectOwner": "community-charts",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}