-
Notifications
You must be signed in to change notification settings - Fork 19
/
.all-contributorsrc
41 lines (41 loc) · 1.04 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
{
"files": [
"README.md"
],
"imageSize": 100,
"badgeTemplate": "<a href=\"#contributors\">\n<img alt=\"contributors\" src=\"https://img.shields.io/badge/contributors-<%= contributors.length %>-orange.svg?style=for-the-badge&color=%23F6E05E\" /></a>",
"commit": true,
"contributors": [
{
"login": "mah51",
"name": "Michael Hall",
"avatar_url": "https://avatars.githubusercontent.com/u/47287285?v=4",
"profile": "https://www.mikeroph.one/",
"contributions": [
"code",
"content",
"doc",
"design",
"maintenance",
"review"
]
},
{
"login": "olig89",
"name": "Oli Gill",
"avatar_url": "https://avatars.githubusercontent.com/u/24813487?v=4",
"profile": "http://olivergill.com",
"contributions": [
"bug",
"ideas",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "ScuffedMDB",
"projectOwner": "mah51",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}