-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
71 lines (71 loc) · 2.18 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
{
"files": [
"profile/README.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"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=\"<%= contributor.name %>'s GitHub profile picture\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"skipCi": true,
"contributors": [
{
"login": "justaugustus",
"name": "Stephen Augustus (he/him)",
"avatar_url": "https://avatars.githubusercontent.com/u/567897?v=4",
"profile": "https://whois.auggie.dev/",
"contributions": [
"financial"
]
},
{
"login": "emmairwin",
"name": "Emma",
"avatar_url": "https://avatars.githubusercontent.com/u/60618?v=4",
"profile": "https://github.com/emmairwin",
"contributions": [
"financial"
]
},
{
"login": "joshsimmons",
"name": "Josh Simmons",
"avatar_url": "https://avatars.githubusercontent.com/u/200770?v=4",
"profile": "http://joshsimmons.com",
"contributions": [
"financial"
]
},
{
"login": "zombiezen",
"name": "Ross Light",
"avatar_url": "https://avatars.githubusercontent.com/u/181535?v=4",
"profile": "https://www.zombiezen.com/",
"contributions": [
"financial"
]
},
{
"login": "johnmark",
"name": "John Mark",
"avatar_url": "https://avatars.githubusercontent.com/u/66144?v=4",
"profile": "http://www.johnmark.org/blog/",
"contributions": [
"financial"
]
},
"login": "chris-short",
"name": "Chris \"Not So\" Short",
"avatar_url": "https://avatars.githubusercontent.com/u/1393145?v=4",
"profile": "https://chrisshort.net/",
"contributions": [
"financial"
]
}
],
"projectName": ".github",
"projectOwner": "opensourcestories",
"repoType": "github",
"repoHost": "https://github.com",
"commitConvention": "angular"
}