docs: create .all-contributorsrc [skip ci]
This commit is contained in:
parent
8fa27780a0
commit
85d9dbfeb1
1 changed files with 24 additions and 0 deletions
24
.all-contributorsrc
Normal file
24
.all-contributorsrc
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
|
"imageSize": 100,
|
||||||
|
"commit": false,
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"login": "EmotionChild",
|
||||||
|
"name": "Emotion",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/36905598?v=4",
|
||||||
|
"profile": "https://www.emotionchild.com",
|
||||||
|
"contributions": [
|
||||||
|
"code"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"contributorsPerLine": 7,
|
||||||
|
"projectName": "Ellie-v4",
|
||||||
|
"projectOwner": "EllieBotDevs",
|
||||||
|
"repoType": "github",
|
||||||
|
"repoHost": "https://github.com",
|
||||||
|
"skipCi": true
|
||||||
|
}
|
Reference in a new issue