From 5a8b56bbe3d834a52fc7397e67cdd4ceea157788 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:56:08 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/README.md b/README.md
index de65356..8a82923 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# Next.js TypeScript Material UI quality checking project
+
+[](#contributors-)
+
Includes TypeScript, Material UI, ESLint, Jest, and React Testing Library
@@ -110,3 +113,23 @@ npm run quality
### @axe-core/react
Runs in development environment and logs accessibility error results in dev tools console. Tool implementation is in `pages/_app.tsx`.
+
+## 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 4c9edd479c9bf08f40b700b0163428990eef65ee Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:56:09 +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..331093a
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "keonik",
+ "name": "John Fay",
+ "avatar_url": "https://avatars.githubusercontent.com/u/46365891?v=4",
+ "profile": "http://johnfay.dev",
+ "contributions": [
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "nextjs-typescript-material-ui-eslint-jest",
+ "projectOwner": "MileTwo",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}