-
Notifications
You must be signed in to change notification settings - Fork 379
/
.all-contributorsrc
75 lines (75 loc) · 1.93 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
{
"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": "isabelcosta",
"name": "Isabel Costa",
"avatar_url": "https://avatars.githubusercontent.com/u/11148726?v=4",
"profile": "https://isabelcosta.github.io/",
"contributions": [
"code",
"maintenance",
"test",
"doc",
"design"
]
},
{
"login": "vj-codes",
"name": "Vaishnavi Joshi",
"avatar_url": "https://avatars.githubusercontent.com/u/60894542?v=4",
"profile": "https://github.com/vj-codes",
"contributions": [
"maintenance",
"design",
"review",
"userTesting"
]
},
{
"login": "devkapilbansal",
"name": "Kapil Bansal",
"avatar_url": "https://avatars.githubusercontent.com/u/42766576?v=4",
"profile": "https://github.com/devkapilbansal",
"contributions": [
"maintenance",
"test",
"review",
"userTesting"
]
},
{
"login": "epicadk",
"name": "Aditya Kurkure",
"avatar_url": "https://avatars.githubusercontent.com/u/56596662?v=4",
"profile": "https://github.com/epicadk",
"contributions": [
"code",
"test",
"review",
"userTesting"
]
},
{
"login": "gaurivn",
"name": "Gauri V. Nair",
"avatar_url": "https://avatars.githubusercontent.com/u/48416306?v=4",
"profile": "https://github.com/gaurivn",
"contributions": [
"maintenance",
"review"
]
}
],
"projectName": "mentorship-android",
"projectOwner": "anitab-org",
"repoType": "github",
"repoHost": "https://github.com"
}