From 35be891910f6046b2bba747da3ce8d02abda1caa Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 4 Nov 2019 08:56:30 +0000
Subject: [PATCH 1/2] docs: update README.md
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index 120499ff..b37dcd05 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
+[](#contributors)
@@ -274,6 +275,15 @@ See the list of [contributors](https://github.com/liyasthomas/postwoman/graphs/c
## Contributors 🚸
+
+
+
+
+
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
From 35e1a8e82164f52fb1e414b1829f1458c067bfe4 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 4 Nov 2019 08:56:31 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc
---
.all-contributorsrc | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 00000000..b82240d5
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,23 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "liyasthomas",
+ "name": "Liyas Thomas",
+ "avatar_url": "https://avatars1.githubusercontent.com/u/10395817?v=4",
+ "profile": "https://liyasthomas.web.app",
+ "contributions": [
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "postwoman",
+ "projectOwner": "liyasthomas",
+ "repoType": "github",
+ "repoHost": "https://github.com"
+}