-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.all-contributorsrc
More file actions
40 lines (40 loc) · 953 Bytes
/
.all-contributorsrc
File metadata and controls
40 lines (40 loc) · 953 Bytes
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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"types": {
"mentoring": {
"symbol": "👩🏫",
"description": "Mentoring contributors.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"contributors": [
{
"login": "NidhiKJha",
"name": "Nidhi Kumari",
"avatar_url": "https://avatars3.githubusercontent.com/u/39872794?v=4",
"profile": "http://nidhikjha.github.io",
"contributions": [
"code",
"doc"
]
},
{
"login": "Angamanga",
"name": "Anna Iosif",
"avatar_url": "https://avatars3.githubusercontent.com/u/8624777?v=4",
"profile": "https://github.com/Angamanga",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "pwa-prototype-reporting",
"projectOwner": "ushahidi",
"repoType": "github",
"repoHost": "https://github.com"
}