Skip to content

Commit

Permalink
update all-contributor file
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallyaryaman committed Oct 11, 2023
1 parent 3bfd09b commit 211d105
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"projectName": "Fuelish>",
"projectOwner": "Doofenshmirtz-Evil-Incorp"
"projectName": "Fuelish",
"projectOwner": "Doofenshmirtz-Evil-Incorp",
"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",
"types": {
"custom": {
"symbol": "🔭",
"description": "A custom contribution type.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"linkToUsage": true,
"skipCi": true,
"contributors": []
}

0 comments on commit 211d105

Please sign in to comment.