-
-
Notifications
You must be signed in to change notification settings - Fork 339
Expand file tree
/
Copy path.all-contributorsrc
More file actions
16 lines (16 loc) · 721 Bytes
/
.all-contributorsrc
File metadata and controls
16 lines (16 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"projectName": "project-management",
"projectOwner": "devaslanphp",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[](#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,
"contributors": []
}