-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.all-contributorsrc
38 lines (38 loc) · 1.2 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
{
"projectName": "mathy_core",
"projectOwner": "mathy",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"website/docs/index.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "justindujardin",
"name": "Justin DuJardin",
"avatar_url": "https://avatars0.githubusercontent.com/u/101493?v=4",
"profile": "https://www.justindujardin.com/",
"contributions": [
"code"
]
},
{
"login": "ElSupreme",
"name": "JT Stukes",
"avatar_url": "https://avatars.githubusercontent.com/u/13594721?v=4",
"profile": "https://github.com/ElSupreme",
"contributions": [
"doc"
]
}
],
"skipCi": true,
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a target=\"_blank\" href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"commitType": "docs",
"commitConvention": "angular"
}