forked from anitab-org/bridge-in-tech-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
51 lines (51 loc) · 1.32 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
{
"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)",
"skipCi": true,
"contributors": [
{
"login": "mtreacy002",
"name": "Maya Treacy",
"avatar_url": "https://avatars.githubusercontent.com/u/29667122?v=4",
"profile": "https://github.com/mtreacy002",
"contributions": [
"maintenance",
"code",
"doc",
"userTesting",
"test"
]
},
{
"login": "Vuyanzi",
"name": "vuyanzi",
"avatar_url": "https://avatars.githubusercontent.com/u/42730256?v=4",
"profile": "https://github.com/Vuyanzi",
"contributions": [
"design"
]
},
{
"login": "Rahulm2310",
"name": "Rahul Mohata",
"avatar_url": "https://avatars.githubusercontent.com/u/54268438?v=4",
"profile": "http://rahulm2310.github.io/Portfolio",
"contributions": [
"code",
"design",
"bug",
"mentoring",
"review"
]
}
],
"projectName": "bridge-in-tech-web",
"projectOwner": "anitab-org",
"repoType": "github",
"repoHost": "https://github.com"
}