Create .all-contributorsrc
This commit is contained in:
parent
83abd3e103
commit
72081f0054
1 changed files with 33 additions and 0 deletions
33
.all-contributorsrc
Normal file
33
.all-contributorsrc
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
|
"imageSize": 100,
|
||||||
|
"commit": false,
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"login": "AidanTheBandit1",
|
||||||
|
"name": "AidanTheBandit",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/84136868?v=4",
|
||||||
|
"profile": "http://banditco.dev",
|
||||||
|
"contributions": [
|
||||||
|
"code"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"login": "EmotionChild",
|
||||||
|
"name": "EmotionChild",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/36905598?v=4",
|
||||||
|
"profile": "http://www.emotionchild.com",
|
||||||
|
"contributions": [
|
||||||
|
"code"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"contributorsPerLine": 7,
|
||||||
|
"projectName": "Ellie-bot",
|
||||||
|
"projectOwner": "EllieBotDevs",
|
||||||
|
"repoType": "github",
|
||||||
|
"repoHost": "https://github.com",
|
||||||
|
"skipCi": true
|
||||||
|
}
|
Reference in a new issue