From 0f1c73897b5b9f173fc49b8744425190da0a5ef6 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:51:37 +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..7ae9c99 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 1b605a35e94a0128a866fb9ada8f74271b4e6d6f Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 14 Oct 2021 14:51:38 +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..813d245
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "storiesOfRen",
+ "name": "Ren Estep",
+ "avatar_url": "https://avatars.githubusercontent.com/u/22155535?v=4",
+ "profile": "http://renestep.com",
+ "contributions": [
+ "code"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "nextjs-typescript-material-ui-eslint-jest",
+ "projectOwner": "MileTwo",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}