forked from Learn-Build-Teach/deals-for-devs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
83 lines (83 loc) · 2.02 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "chris-nowicki",
"name": "Chris Nowicki",
"avatar_url": "https://avatars.githubusercontent.com/u/102450568?v=4",
"profile": "https://www.chrisnowicki.io",
"contributions": [
"code"
]
},
{
"login": "wipdev-tech",
"name": "Waseem Medhat",
"avatar_url": "https://avatars.githubusercontent.com/u/140237026?v=4",
"profile": "https://wipdev.netlify.app",
"contributions": [
"code"
]
},
{
"login": "klae32",
"name": "klae32",
"avatar_url": "https://avatars.githubusercontent.com/u/26855871?v=4",
"profile": "https://github.com/klae32",
"contributions": [
"code"
]
},
{
"login": "brwmaster",
"name": "Edwin Boon",
"avatar_url": "https://avatars.githubusercontent.com/u/117263901?v=4",
"profile": "https://www.edwinboon.dev",
"contributions": [
"code"
]
},
{
"login": "CBID2",
"name": "Christine Belzie",
"avatar_url": "https://avatars.githubusercontent.com/u/105683440?v=4",
"profile": "https://www.biodrop.io/CBID2",
"contributions": [
"code",
"doc"
]
},
{
"login": "BryanF1nes",
"name": "Bryan Fines",
"avatar_url": "https://avatars.githubusercontent.com/u/49371751?v=4",
"profile": "https://github.com/BryanF1nes",
"contributions": [
"doc"
]
},
{
"login": "elliezub",
"name": "Ellie",
"avatar_url": "https://avatars.githubusercontent.com/u/112726692?v=4",
"profile": "http://elliezub.com",
"contributions": [
"code"
"doc",
"a11y"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "deals-for-devs",
"projectOwner": "Learn-Build-Teach"
}