From 464d550f3b5cbd6463df5931409c65e21df45692 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Fri, 6 Sep 2019 01:20:07 +0000
Subject: [PATCH 1/2] docs: update README.md
---
README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/README.md b/README.md
index adedb4371..86a400d4e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
```
+[](#contributors)
When I wrote this, only God and I understood what I was doing. Now, only God knows.
```
@@ -216,3 +217,19 @@ This project is licensed under the [MIT License](https://opensource.org/licenses
* Hat tip to anyone who's code was used
* Inspirations:
* [Dribbble](https://dribbble.com)
+
+## 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 0c255bae22038e9210f18e58da47f617c938a38d Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Fri, 6 Sep 2019 01:20:08 +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 000000000..4fe4a3991
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,23 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "NBTX",
+ "name": "John Harker",
+ "avatar_url": "https://avatars3.githubusercontent.com/u/43181178?v=4",
+ "profile": "https://github.com/NBTX",
+ "contributions": [
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "postwoman",
+ "projectOwner": "liyasthomas",
+ "repoType": "github",
+ "repoHost": "https://github.com"
+}