From 39e797c8189da532b550bfc417e3b5994c6ec039 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 10 Oct 2020 21:34:43 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/README.md b/README.md
index 008cf0a..d6b4f2c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
![.NET Core](https://github.com/MattTheDev/CouchBot.UserCommands/workflows/.NET%20Core/badge.svg?branch=main)
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
# CouchBot - Submit A Command!
@@ -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)):
+
+
+
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
From 919655bf168c022f049510563ca64431c4622f03 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 10 Oct 2020 21:34:44 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..00f6caa
--- /dev/null
+++ b/.all-contributorsrc
@@ -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
+}