Skip to content

Commit

Permalink
Merge pull request #3 from MattTheDev/all-contributors/add-FarshanAhamed
Browse files Browse the repository at this point in the history
docs: add FarshanAhamed as a contributor
  • Loading branch information
MattTheDev authored Oct 10, 2020
2 parents 22c422c + 919655b commit 3144560
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "FarshanAhamed",
"name": "Farshan Ahamed",
"avatar_url": "https://avatars0.githubusercontent.com/u/15251751?v=4",
"profile": "https://github.com/FarshanAhamed",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "CouchBot.UserCommands",
"projectOwner": "MattTheDev",
"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 @@
![.NET Core](https://github.com/MattTheDev/CouchBot.UserCommands/workflows/.NET%20Core/badge.svg?branch=main)
<!-- 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 -->

# CouchBot - Submit A Command!

Expand All @@ -23,3 +26,22 @@ public Task CommandAsync()
6. Create a PR, making sure to explain what the command does, and show proof of functionality (screenshot)

Thanks for contributing towards CouchBot!

## 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://github.com/FarshanAhamed"><img src="https://avatars0.githubusercontent.com/u/15251751?v=4" width="100px;" alt=""/><br /><sub><b>Farshan Ahamed</b></sub></a><br /><a href="https://github.com/MattTheDev/CouchBot.UserCommands/commits?author=FarshanAhamed" title="Code">💻</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 3144560

Please sign in to comment.