Skip to content

Commit 23f168b

Browse files
authored
Create .all-contributorsrc
1 parent bbc6a6a commit 23f168b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"projectName": "all-contributors",
3+
"projectOwner": "all-contributors",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": ["README.md"],
7+
"imageSize": 100,
8+
"commit": false,
9+
"contributorsPerLine": 7,
10+
"contributorsSortAlphabetically": false,
11+
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)",
12+
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
13+
"types": {
14+
},
15+
"linkToUsage": true,
16+
"skipCi": true,
17+
"contributors": []
18+
}

0 commit comments

Comments
 (0)