From 40defea6ce40a13e98db49dd2fc1f755af11a797 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 27 Jan 2020 16:23:54 +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 da2d796fa..66bf98b14 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
+
+[](#contributors-)
+

@@ -146,3 +149,22 @@ NumWorks is a registered trademark. Omega is not affiliated with NumWorks.
* NumWorks Epsilon is released under a [CC BY-NC-SA License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
* Omega is released under a [CC BY-NC-SA License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
+
+## 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 342360dcfa2a88ea6e19a0096ac831d713f20eeb Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Mon, 27 Jan 2020 16:23:55 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 000000000..8ef03398e
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,26 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "MixedMatched",
+ "name": "Alessandra Danielle Simmons",
+ "avatar_url": "https://avatars1.githubusercontent.com/u/30960626?v=4",
+ "profile": "https://github.com/MixedMatched",
+ "contributions": [
+ "code",
+ "ideas",
+ "question"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "Omega",
+ "projectOwner": "Omega-Numworks",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}