Skip to content

Commit

Permalink
Merge pull request #3 from MirayXS/all-contributors/add-MirayXS
Browse files Browse the repository at this point in the history
docs: add MirayXS as a contributor
  • Loading branch information
MirayXS committed Dec 3, 2020
2 parents 493f40c + 7bb9a76 commit 13209e2
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "MirayXS",
"name": "Miray",
"avatar_url": "https://avatars2.githubusercontent.com/u/55494819?v=4",
"profile": "http://mirayxs.github.io",
"contributions": [
"bug",
"code",
"content",
"doc",
"maintenance",
"projectManagement",
"security",
"tool",
"test",
"tutorial",
"talk",
"userTesting"
]
}
],
"contributorsPerLine": 7,
"projectName": "RoUpdates",
"projectOwner": "MirayXS",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<img width="250" align="left" style="float: left; margin: 0 10px 0 0;" alt="RoUpdates" src="https://media.discordapp.net/attachments/781226487084089408/783637351539933205/da66d5f6926b77f0b7a42dc972952ac9.png">
<!-- 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 -->

# RoUpdates

Expand Down Expand Up @@ -86,3 +89,22 @@ RoUpdates requires Python 3.9.0 or greater. If you need Python 3.9.0+, you can
"bot_token" : String. The bot token that is used to log in to your bot.
"channelId" : String. Default "000000000000000000". The Discord Channel ID to POST.
```

## 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="http://mirayxs.github.io"><img src="https://avatars2.githubusercontent.com/u/55494819?v=4" width="100px;" alt=""/><br /><sub><b>Miray</b></sub></a><br /><a href="https://github.com/MirayXS/RoUpdates/issues?q=author%3AMirayXS" title="Bug reports">🐛</a> <a href="https://github.com/MirayXS/RoUpdates/commits?author=MirayXS" title="Code">💻</a> <a href="#content-MirayXS" title="Content">🖋</a> <a href="https://github.com/MirayXS/RoUpdates/commits?author=MirayXS" title="Documentation">📖</a> <a href="#maintenance-MirayXS" title="Maintenance">🚧</a> <a href="#projectManagement-MirayXS" title="Project Management">📆</a> <a href="#security-MirayXS" title="Security">🛡️</a> <a href="#tool-MirayXS" title="Tools">🔧</a> <a href="https://github.com/MirayXS/RoUpdates/commits?author=MirayXS" title="Tests">⚠️</a> <a href="#tutorial-MirayXS" title="Tutorials">✅</a> <a href="#talk-MirayXS" title="Talks">📢</a> <a href="#userTesting-MirayXS" title="User Testing">📓</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- 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!

0 comments on commit 13209e2

Please sign in to comment.