-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.all-contributorsrc
82 lines (82 loc) · 2.05 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
{
"projectName": "nativesintech.org",
"projectOwner": "nativesintech",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "arecvlohe",
"name": "Adam Recvlohe",
"avatar_url": "https://avatars3.githubusercontent.com/u/9747933?v=4",
"profile": "https://arecvlohe.github.io/simple-portfolio/",
"contributions": [
"design",
"code",
"doc"
]
},
{
"login": "AlanaKaimi",
"name": "AJ Bryce",
"avatar_url": "https://avatars2.githubusercontent.com/u/46729511?v=4",
"profile": "https://github.com/AlanaKaimi",
"contributions": [
"bug"
]
},
{
"login": "csutherl",
"name": "Coty Sutherland",
"avatar_url": "https://avatars2.githubusercontent.com/u/2897567?v=4",
"profile": "https://github.com/csutherl",
"contributions": [
"code",
"doc"
]
},
{
"login": "erinishimoticha",
"name": "Catherine \"Erin\" Ishimoticha",
"avatar_url": "https://avatars3.githubusercontent.com/u/467627?v=4",
"profile": "http://yes.erin.codes",
"contributions": [
"code",
"doc"
]
},
{
"login": "jorgebustamante",
"name": "Paulie Rodriguez",
"avatar_url": "https://avatars1.githubusercontent.com/u/43390616?v=4",
"profile": "https://paulierodriguez.dev/",
"contributions": [
"code"
]
},
{
"login": "elibrumbaugh",
"name": "Eli Sebastian Brumbaugh",
"avatar_url": "https://avatars1.githubusercontent.com/u/2042462?v=4",
"profile": "http://www.elibrumbaugh.com",
"contributions": [
"design"
]
},
{
"login": "sbutler-gh",
"name": "Sam Butler",
"avatar_url": "https://avatars.githubusercontent.com/u/46165064?v=4",
"profile": "https:/sambutler.tech",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}