Skip to content

Commit d2d8cc8

Browse files
committed
👥 chore: configure all-contributors
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
1 parent 5321aed commit d2d8cc8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.all-contributorsrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"files": [
3+
"readme.md"
4+
],
5+
"imageSize": 100,
6+
"contributorsPerLine": 7,
7+
"contributorsSortAlphabetically": false,
8+
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
9+
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
10+
"types": {},
11+
"skipCi": "true"
12+
}

0 commit comments

Comments
 (0)