From 261aa1fb365ff49527d87d3f028692d178725ec7 Mon Sep 17 00:00:00 2001
From: Phantom <62609477+phantumf@users.noreply.github.com>
Date: Thu, 17 Nov 2022 18:15:01 +0100
Subject: [PATCH] Create readme.md

---
 readme.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 readme.md

diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..b3b496f
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,19 @@
+## Emojis
+
+Commit Type | Emoji
+----------  | -----
+Add | โœ…
+Initial Commit | ๐ŸŽ‰
+Version Tag | ๐Ÿ”–
+New Feature | โœจ
+Bugfix | ๐Ÿ”จ
+Security Update | ๐Ÿ”’
+WIP | ๐Ÿšง
+Tests | ๐Ÿงช
+Deprecation | โญ•
+Documentation | ๐Ÿ“—
+Cleanup | ๐Ÿ“
+
+
+### Credits
+[https://gitmoji.dev/](gitmoji) | [https://github.com/dannyfritz/commit-message-emoji](commit message emoji)