forked from Tikam02/DevOps-Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
115 lines (115 loc) · 2.92 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "neilduncan",
"name": "Neil Duncan",
"avatar_url": "https://avatars0.githubusercontent.com/u/652579?v=4",
"profile": "http://www.ghostwheel.co.uk",
"contributions": [
"doc"
]
},
{
"login": "cuzza0",
"name": "cuzza0",
"avatar_url": "https://avatars0.githubusercontent.com/u/8264053?v=4",
"profile": "https://github.com/cuzza0",
"contributions": [
"doc"
]
},
{
"login": "adrianmoisey",
"name": "Adrian Moisey",
"avatar_url": "https://avatars3.githubusercontent.com/u/736329?v=4",
"profile": "https://adrianmoisey.gitlab.com/",
"contributions": [
"doc"
]
},
{
"login": "Win32Sector",
"name": "Pavel Kozlov",
"avatar_url": "https://avatars3.githubusercontent.com/u/7781383?v=4",
"profile": "https://github.com/Win32Sector",
"contributions": [
"question"
]
},
{
"login": "milap-neupane",
"name": "Milap Neupane",
"avatar_url": "https://avatars0.githubusercontent.com/u/2145263?v=4",
"profile": "https://github.com/milap-neupane",
"contributions": [
"code",
"tutorial"
]
},
{
"login": "johnoct",
"name": "john",
"avatar_url": "https://avatars0.githubusercontent.com/u/1725315?v=4",
"profile": "https://johnoctubre.me/",
"contributions": [
"doc"
]
},
{
"login": "jobintweets",
"name": "Jobin George",
"avatar_url": "https://avatars0.githubusercontent.com/u/26024383?v=4",
"profile": "https://www.linkedin.com/in/jobin-george-364bbb127/",
"contributions": [
"doc"
]
},
{
"login": "tsyr2ko",
"name": "tsyr2ko",
"avatar_url": "https://avatars3.githubusercontent.com/u/344274?v=4",
"profile": "https://github.com/tsyr2ko",
"contributions": [
"doc"
]
},
{
"login": "VictorNS69",
"name": "Víctor Nieves Sánchez",
"avatar_url": "https://avatars2.githubusercontent.com/u/10101065?v=4",
"profile": "https://twitter.com/VictorNS69",
"contributions": [
"doc"
]
},
{
"login": "acrofrank",
"name": "Frank",
"avatar_url": "https://avatars1.githubusercontent.com/u/25024102?v=4",
"profile": "https://blog.acropanda.top/",
"contributions": [
"doc"
]
},
{
"login": "asadmansr",
"name": "Asad Mansoor",
"avatar_url": "https://avatars0.githubusercontent.com/u/7865693?v=4",
"profile": "https://medium.com/@asadmansoor",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "DevOps-Guide",
"projectOwner": "Tikam02",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}