From b6da3eafcdd6e7a5bc1aa3312457d935a6fc752b Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 15 Jan 2020 15:58:04 +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 06da0d4..78f68a7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,29 @@
# Liberate Science Designs
+
+[](#contributors-)
+
A repository to make available all Liberate Science logo's &c. All
content licensed under a CC0 Public Domain Dedication because feel
free to use.
 `#4F2D84`
+
+## 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 9dd1d00225e433e2a88901c7ddd7c60c3e1e880f Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 15 Jan 2020 15:58:05 +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..1b78030
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "psobrakseaton",
+ "name": "Patch Sobrak-Seaton",
+ "avatar_url": "https://avatars3.githubusercontent.com/u/28573875?v=4",
+ "profile": "http://sobrakseaton.com",
+ "contributions": [
+ "design"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "design",
+ "projectOwner": "libscie",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}