Skip to content

Commit

Permalink
chore: 🤖 add allcontributors (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 authored Jan 4, 2024
1 parent be591b8 commit 147b594
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"projectName": "kubecm",
"projectOwner": "sunny0826",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": false,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n",
"linkToUsage": true,
"skipCi": true,
"contributors": []
}

0 comments on commit 147b594

Please sign in to comment.