From 560faa1c848b5274e657f7959e39905984fd3a98 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 16 Feb 2023 01:31:55 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/README.md b/README.md
index ed27934..6922c2d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# ESP3D-Configurator
+
+[](#contributors-)
+
Project of Web Configurator to generate ESP3D configuration file.
@@ -16,3 +19,25 @@ It should be something similar to https://www.repetier.com/firmware/v100/index.p
Status : Beta
The configurator is available [here](https://luc-github.github.io/)
+
+## 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 34551f96670d83ff2f143c6341128bdc7ac4c6f3 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 16 Feb 2023 01:31:56 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..68aab25
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,25 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "aj3t4m",
+ "name": "Tomasz Mateja",
+ "avatar_url": "https://avatars.githubusercontent.com/u/94318274?v=4",
+ "profile": "https://github.com/aj3t4m",
+ "contributions": [
+ "bug"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "projectName": "ESP3D-Configurator",
+ "projectOwner": "luc-github"
+}