Merge pull request #2 from EllieBotDevs/all-contributors/add-EmotionChild
docs: add EmotionChild as a contributor for code
This commit is contained in:
commit
2061809032
2 changed files with 47 additions and 1 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
|
||||||
|
}
|
24
README.md
24
README.md
|
@ -1 +1,23 @@
|
||||||
# Ellie-v4
|
# Ellie-v4
|
||||||
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||||
|
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
|
||||||
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||||
|
## Contributors ✨
|
||||||
|
|
||||||
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
<!-- markdownlint-disable -->
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center"><a href="https://www.emotionchild.com"><img src="https://avatars.githubusercontent.com/u/36905598?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Emotion</b></sub></a><br /><a href="https://github.com/EllieBotDevs/Ellie-v4/commits?author=EmotionChild" title="Code">💻</a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<!-- markdownlint-restore -->
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||||
|
|
||||||
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
Reference in a new issue