Create .all-contributorsrc

This commit is contained in:
Kyle Martin
2019-06-10 14:27:58 +12:00
committed by GitHub
parent 084930317f
commit d801b974ce

15
.all-contributorsrc Normal file
View File

@ -0,0 +1,15 @@
{
"files": ["all-contributors.md"],
"imageSize": 100,
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<%= avatarBlock %><br /><%= contributions %>",
"types": {
"custom": {
"symbol": "🔭",
"description": "A custom contribution type.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"contributors": []
}