From e150455c963f04318a99394e73b51cb8bbedbfb4 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 8 Jun 2023 11:04:11 +0000
Subject: [PATCH 1/2] docs: update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 989cd26..42c995b 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ You can also use ChatGPT-web as a desktop app. To do so, [install Rust first](ht
 Yang Lyu 🐛 |
 ryanhex53 💻 🎨 |
 Emil Elgaard 🤔 🎨 💻 |
+  felixschwamm 💻 🤔 |
From 7824d7f245265b88f50c855787a225ca2310e1cf Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 8 Jun 2023 11:04:12 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc
---
.all-contributorsrc | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 4411bc9..83ac482 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -127,11 +127,22 @@
"design",
"code"
]
+ },
+ {
+ "login": "felixschwamm",
+ "name": "felixschwamm",
+ "avatar_url": "https://avatars.githubusercontent.com/u/50438383?v=4",
+ "profile": "https://github.com/felixschwamm",
+ "contributions": [
+ "code",
+ "ideas"
+ ]
}
],
"files": [
"README.md"
],
"commitConvention": "angular",
- "contributorsPerLine": 7
+ "contributorsPerLine": 7,
+ "commitType": "docs"
}