From c8e2fde3b5dd297eaa23996645110aa6265639f8 Mon Sep 17 00:00:00 2001
From: Ellen Marie Dash <me@duckie.co>
Date: Mon, 1 Jul 2019 16:44:42 -0400
Subject: [PATCH 1/9] Add CREDITS.md

---
 CREDITS.md | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 CREDITS.md

diff --git a/CREDITS.md b/CREDITS.md
new file mode 100644
index 00000000..056492c8
--- /dev/null
+++ b/CREDITS.md
@@ -0,0 +1,30 @@
+# Emanate Maintainers
+
+- [Ellen Marie Dash (@duckinator)](https://github.com/duckinator)
+- [nicoo (@nbraud)](https://github.com/nbraud)
+
+
+# Emanate Contributors
+
+These are folks who aren't maintainers, but have contributed in some way. :)
+
+- [Samuel Lewis (@ritlew)](https://github.com/ritlew)
+
+
+# Software and Services We Rely On ♥
+
+All of the following help make Emanate as awesome as it is:
+
+Software and libraries:
+
+- [Python](https://python.org)
+- [flake8](https://gitlab.com/pycqa/flake8)
+- [pip](https://pip.pypa.io/)
+- [pylint](https://www.pylint.org/)
+- [pytest](https://pytest.org/)
+- [setuptools](https://github.com/pypa/setuptools)
+
+Services:
+- [bors](https://bors.tech/)
+- [Cirrus CI](https://cirrus-ci.org/)
+- [Python Package Index (PyPI)](https://pypi.org/)

From 862d7b7184a2822a5720ea832264a5bfab2cf84f Mon Sep 17 00:00:00 2001
From: Ellen Marie Dash <the@smallest.dog>
Date: Mon, 1 Jul 2019 22:30:22 -0400
Subject: [PATCH 2/9] Update CREDITS.md

Co-Authored-By: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
---
 CREDITS.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CREDITS.md b/CREDITS.md
index 056492c8..cae9125a 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -9,6 +9,7 @@
 These are folks who aren't maintainers, but have contributed in some way. :)
 
 - [Samuel Lewis (@ritlew)](https://github.com/ritlew)
+- [@kayila](https://github.com/kayila)
 
 
 # Software and Services We Rely On ♥

From c8734a657a652682a2989a50c51d1d3bb12fad1e Mon Sep 17 00:00:00 2001
From: Ellen Marie Dash <the@smallest.dog>
Date: Mon, 1 Jul 2019 22:30:29 -0400
Subject: [PATCH 3/9] Update CREDITS.md

Co-Authored-By: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
---
 CREDITS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CREDITS.md b/CREDITS.md
index cae9125a..de72147c 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -4,7 +4,7 @@
 - [nicoo (@nbraud)](https://github.com/nbraud)
 
 
-# Emanate Contributors
+# Contributors
 
 These are folks who aren't maintainers, but have contributed in some way. :)
 

From a2a03a94a4734d1c0b131d11aa6e7b99bf451e23 Mon Sep 17 00:00:00 2001
From: Ellen Marie Dash <the@smallest.dog>
Date: Mon, 1 Jul 2019 22:31:09 -0400
Subject: [PATCH 4/9] Update CREDITS.md

Co-Authored-By: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
---
 CREDITS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CREDITS.md b/CREDITS.md
index de72147c..dc88e8c9 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -21,7 +21,7 @@ Software and libraries:
 - [Python](https://python.org)
 - [flake8](https://gitlab.com/pycqa/flake8)
 - [pip](https://pip.pypa.io/)
-- [pylint](https://www.pylint.org/)
+- [pylint](https://www.pylint.org/) and the [pytest-pylint](https://github.com/carsongee/pytest-pylint) integration
 - [pytest](https://pytest.org/)
 - [setuptools](https://github.com/pypa/setuptools)
 

From 11f489669ae2c2f22b3826aa2058a1c0d923e198 Mon Sep 17 00:00:00 2001
From: Ellen Marie Dash <the@smallest.dog>
Date: Mon, 1 Jul 2019 22:32:18 -0400
Subject: [PATCH 5/9] Update CREDITS.md

Co-Authored-By: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
---
 CREDITS.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CREDITS.md b/CREDITS.md
index dc88e8c9..ac341874 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -19,7 +19,8 @@ All of the following help make Emanate as awesome as it is:
 Software and libraries:
 
 - [Python](https://python.org)
-- [flake8](https://gitlab.com/pycqa/flake8)
+- [flake8](https://gitlab.com/pycqa/flake8) and its [bugbear](https://github.com/PyCQA/flake8-bugbear), and [commas](https://github.com/PyCQA/flake8-commas/) plugins;
+- [pydocstyle](https://github.com/PyCQA/pydocstyle/), though the [docstrings](https://gitlab.com/pycqa/flake8-docstrings) plugin for flake8;
 - [pip](https://pip.pypa.io/)
 - [pylint](https://www.pylint.org/) and the [pytest-pylint](https://github.com/carsongee/pytest-pylint) integration
 - [pytest](https://pytest.org/)

From a11c2fc15fc59023c73fe5afb54732be0102d81b Mon Sep 17 00:00:00 2001
From: Ellen Marie Dash <the@smallest.dog>
Date: Mon, 1 Jul 2019 22:32:25 -0400
Subject: [PATCH 6/9] Update CREDITS.md

Co-Authored-By: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
---
 CREDITS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CREDITS.md b/CREDITS.md
index ac341874..72fbab0e 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -24,7 +24,7 @@ Software and libraries:
 - [pip](https://pip.pypa.io/)
 - [pylint](https://www.pylint.org/) and the [pytest-pylint](https://github.com/carsongee/pytest-pylint) integration
 - [pytest](https://pytest.org/)
-- [setuptools](https://github.com/pypa/setuptools)
+- [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel);
 
 Services:
 - [bors](https://bors.tech/)

From 74d98820f6cb2200a7d46acfb257b2cc09c5542d Mon Sep 17 00:00:00 2001
From: Ellen Marie Dash <the@smallest.dog>
Date: Mon, 1 Jul 2019 22:32:43 -0400
Subject: [PATCH 7/9] Update CREDITS.md

Co-Authored-By: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
---
 CREDITS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CREDITS.md b/CREDITS.md
index 72fbab0e..38684230 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -1,4 +1,4 @@
-# Emanate Maintainers
+# Maintainers
 
 - [Ellen Marie Dash (@duckinator)](https://github.com/duckinator)
 - [nicoo (@nbraud)](https://github.com/nbraud)

From 9190634ef3685eb7ffe85b25186be4d8cc8c6659 Mon Sep 17 00:00:00 2001
From: Ellen Marie Dash <me@duckie.co>
Date: Mon, 1 Jul 2019 22:34:46 -0400
Subject: [PATCH 8/9] Update CREDITS.md

---
 CREDITS.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/CREDITS.md b/CREDITS.md
index 38684230..e04ff007 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -19,12 +19,14 @@ All of the following help make Emanate as awesome as it is:
 Software and libraries:
 
 - [Python](https://python.org)
-- [flake8](https://gitlab.com/pycqa/flake8) and its [bugbear](https://github.com/PyCQA/flake8-bugbear), and [commas](https://github.com/PyCQA/flake8-commas/) plugins;
-- [pydocstyle](https://github.com/PyCQA/pydocstyle/), though the [docstrings](https://gitlab.com/pycqa/flake8-docstrings) plugin for flake8;
+- [flake8](https://gitlab.com/pycqa/flake8)
+  - flake8 [bugbear](https://github.com/PyCQA/flake8-bugbear) plugin
+  - flake8 [commas](https://github.com/PyCQA/flake8-commas/) plugin
+- [pydocstyle](https://github.com/PyCQA/pydocstyle/) through the [docstrings](https://gitlab.com/pycqa/flake8-docstrings) plugin for flake8
 - [pip](https://pip.pypa.io/)
 - [pylint](https://www.pylint.org/) and the [pytest-pylint](https://github.com/carsongee/pytest-pylint) integration
 - [pytest](https://pytest.org/)
-- [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel);
+- [setuptools](https://github.com/pypa/setuptools) and [wheel](https://github.com/pypa/wheel)
 
 Services:
 - [bors](https://bors.tech/)

From c98f81361dee1b1fa39fe83b9d5338efed0f151b Mon Sep 17 00:00:00 2001
From: Ellen Marie Dash <the@smallest.dog>
Date: Mon, 1 Jul 2019 22:36:48 -0400
Subject: [PATCH 9/9] Update CREDITS.md

Co-Authored-By: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
---
 CREDITS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CREDITS.md b/CREDITS.md
index e04ff007..5d810fd2 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -22,7 +22,7 @@ Software and libraries:
 - [flake8](https://gitlab.com/pycqa/flake8)
   - flake8 [bugbear](https://github.com/PyCQA/flake8-bugbear) plugin
   - flake8 [commas](https://github.com/PyCQA/flake8-commas/) plugin
-- [pydocstyle](https://github.com/PyCQA/pydocstyle/) through the [docstrings](https://gitlab.com/pycqa/flake8-docstrings) plugin for flake8
+  - [docstrings](https://gitlab.com/pycqa/flake8-docstrings) plugin to integrate with [pydocstyle](https://github.com/PyCQA/pydocstyle/)
 - [pip](https://pip.pypa.io/)
 - [pylint](https://www.pylint.org/) and the [pytest-pylint](https://github.com/carsongee/pytest-pylint) integration
 - [pytest](https://pytest.org/)