forked from codewithmatthew/GADS2020-Roadmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
54 lines (54 loc) · 1.63 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
{
"files": [
"README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"skipCi": true,
"contributors": [
{
"login": "mikeattara",
"name": "Mike Perry Y Attara",
"avatar_url": "https://avatars1.githubusercontent.com/u/31483629?v=4",
"profile": "https://mikeattara.com",
"contributions": [
"ideas"
]
},
{
"login": "CHISOM96",
"name": "Chisom Nnabuihe",
"avatar_url": "https://avatars2.githubusercontent.com/u/29149442?v=4",
"profile": "https://github.com/CHISOM96",
"contributions": [
"ideas"
]
},
{
"login": "Nyamador",
"name": "Desmond ",
"avatar_url": "https://avatars3.githubusercontent.com/u/48738520?v=4",
"profile": "http://Nyamador.me",
"contributions": [
"ideas",
"code"
]
},
{
"login": "udoyen",
"name": "george udosen",
"avatar_url": "https://avatars2.githubusercontent.com/u/3130489?v=4",
"profile": "https://georgeudosennigeria.wordpress.com/",
"contributions": [
"ideas"
]
}
],
"projectName": "GADS2020-Roadmap",
"projectOwner": "mikeattara",
"repoType": "github",
"repoHost": "https://github.com"
}