Create .all-contributorsrc
This commit is contained in:
parent
ed67e977b7
commit
9758436a1e
1 changed files with 10 additions and 0 deletions
10
.all-contributorsrc
Normal file
10
.all-contributorsrc
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"files": ["README.md"],
|
||||
"imageSize": 100,
|
||||
"contributorsPerLine": 7,
|
||||
"contributorsSortAlphabetically": false,
|
||||
"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=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
|
||||
"skipCi": "true",
|
||||
"contributors": []
|
||||
}
|
Loading…
Reference in a new issue