diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..4fd7e196 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,9 @@ +{ + "files": ["README.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 %>", + "skipCi": "true", + "contributors": [] +}