--- a
+++ b/CONTRIBUTING.md
@@ -0,0 +1,26 @@
+# How can you contribute to AItrika? ๐Ÿ’‰๐Ÿ“„
+
+Really thanks for your help.
+
+## ๐Ÿค How to submit a contribution
+
+To make a contribution, follow the following steps:
+
+1. Leave a star
+2. Fork and clone this repository
+3. Do the changes on your fork
+4. Submit a pull request
+
+## ๐Ÿ“ฆ Package manager
+
+I use `poetry` as package manager.
+
+```bash
+poetry install
+```
+
+## ๐Ÿงน Formatting
+
+I use `black` as formatter via VSCode.
+
+Really appreciate your help!