diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..1b8bbe3e --- /dev/null +++ b/.all-contributorsrc @@ -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 %>
<%= contributions %>", + "types": { + "custom": { + "symbol": "🔭", + "description": "A custom contribution type.", + "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," + } + }, + "contributors": [] +}