Create .all-contributorsrc

This commit is contained in:
John Guan 2022-07-18 22:25:49 +08:00
parent ed67e977b7
commit 9758436a1e

10
.all-contributorsrc Normal file
View 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": []
}