From c8fde1f31c7d3d97be8d52c86a02bafd8ab63c0d Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 20 Aug 2022 17:07:03 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 56768d1..e1793f4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# deviras
+
+[](#contributors-)
+
> Bunch of scripts to automate stuff around the developersIndia subreddit
@@ -25,4 +28,23 @@
Thanks to these awesome folks for helping out:
-- [pavanjadhaw](https://github.com/pavanjadhaw)
\ No newline at end of file
+- [pavanjadhaw](https://github.com/pavanjadhaw)
+## 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 193297d7da0fd0a9b4b225d452bd89beb8e12304 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 20 Aug 2022 17:07:04 +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..4cd50c9
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "SameerSahu007",
+ "name": "Sameer Sahu",
+ "avatar_url": "https://avatars.githubusercontent.com/u/29480670?v=4",
+ "profile": "https://github.com/SameerSahu007",
+ "contributions": [
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "deviras",
+ "projectOwner": "developersIndia",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}