Skip to content

Commit 106e259

Browse files
authored
Merge pull request #28 from ashinzekene/ashinzekene/all-contributors
feat: add all contributors bot
2 parents bc348c5 + 9617a12 commit 106e259

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.all-contributorsrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"files": ["README.md"],
3+
"imageSize": 100,
4+
"contributorsPerLine": 7,
5+
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
6+
"contributorTemplate": "<%= avatarBlock %><br /><%= contributions %>",
7+
},
8+
"skipCi": "true",
9+
"contributors": []
10+
}

0 commit comments

Comments
 (0)