contributors

This commit is contained in:
Isaac
2021-05-25 20:51:21 +01:00
parent b7656ae07e
commit a000234a96
5 changed files with 308 additions and 15 deletions

View File

@@ -1,6 +1,24 @@
{
"files": [
"CONTRIBUTORS.md"
],
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](https://github.com/discord-tickets/bot/blob/master/CONTRIBUTORS.md)"
}
"projectName": "bot",
"projectOwner": "discord-tickets",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "eartharoid",
"name": "Isaac",
"avatar_url": "https://avatars.githubusercontent.com/u/20905071?v=4",
"profile": "https://eartharoid.me/",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}