From 211d1058d6bed7cb51cf29922de3d412169f951e Mon Sep 17 00:00:00 2001 From: actuallyaryaman Date: Thu, 12 Oct 2023 01:11:03 +0530 Subject: [PATCH] update all-contributor file --- .all-contributorsrc | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8254738..ab4e1b6 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -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": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", + "wrapperTemplate": "\n\n <%= bodyContent %> \n<%= tableFooterContent %>
\n\n", + "types": { + "custom": { + "symbol": "🔭", + "description": "A custom contribution type.", + "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," + } + }, + "linkToUsage": true, + "skipCi": true, + "contributors": [] } \ No newline at end of file