-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
25 lines (25 loc) · 990 Bytes
/
.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
{
"projectName": "github-template",
"projectOwner": "habbaz-dev",
"repoType": "github",
"repoHost": "https://github.com/habbaz-dev/github-template/",
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "GregoireF",
"name": "Gregoire Favreau",
"avatar_url": "https://avatars.githubusercontent.com/u/16638358?v=4",
"profile": "https://github.com/GregoireF",
"contributions": ["projectManagement"]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"linkToUsage": true,
"skipCi": true
}