diff --git a/.github/ISSUE_TEMPLATE/-installation-issue.md b/.github/ISSUE_TEMPLATE/-installation-issue.md
new file mode 100644
index 0000000..cae5c45
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/-installation-issue.md
@@ -0,0 +1,64 @@
+---
+name: " Installation issue"
+about: " Report issues with the installation process of manim-voiceover"
+title: ''
+labels: installation
+assignees: osolmaz
+
+---
+
+#### Preliminaries
+
+- [ ] I have followed the latest version of the
+ [installation instructions](https://github.com/ManimCommunity/manim-voiceover/blob/main/README.md).
+
+## Description of error
+
+
+
+## Installation logs
+
+
+Terminal output
+
+```
+PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
+```
+
+
+
+
+
+
+## System specifications
+
+System Details
+
+- OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)):
+- RAM:
+- Python version (`python/py/python3 --version`):
+- Installed modules (provide output from `pip list`):
+```
+PASTE HERE
+```
+
+
+LaTeX details
+
++ LaTeX distribution (e.g. TeX Live 2020):
++ Installed LaTeX packages:
+
+
+
+FFMPEG
+
+Output of `ffmpeg -version`:
+
+```
+PASTE HERE
+```
+
+
+## Additional comments
+
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..e517bd4
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,19 @@
+---
+name: Feature request
+about: " Request a new feature for manim-voiceover"
+title: ''
+labels: enhancement
+assignees: osolmaz
+
+---
+
+## Description of proposed feature
+
+
+
+## How can the new feature be used?
+
+
+
+## Additional comments
+
diff --git a/.github/ISSUE_TEMPLATE/manim-voiceover-bug.md b/.github/ISSUE_TEMPLATE/manim-voiceover-bug.md
new file mode 100644
index 0000000..b590b39
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/manim-voiceover-bug.md
@@ -0,0 +1,83 @@
+---
+name: manim-voiceover bug
+about: " Report a bug or unexpected behavior when running manim-voiceover"
+title: ''
+labels: bug
+assignees: osolmaz
+
+---
+
+## Description of bug / unexpected behavior
+
+
+
+## Expected behavior
+
+
+
+## How to reproduce the issue
+
+
+Code for reproducing the problem
+
+```py
+Paste your code here.
+```
+
+
+
+
+## Additional media files
+
+
+Images/GIFs
+
+
+
+
+
+
+## Logs
+Terminal output
+
+
+```
+PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
+```
+
+
+
+
+
+
+## System specifications
+
+System Details
+
+- OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)):
+- RAM:
+- Python version (`python/py/python3 --version`):
+- Installed modules (provide output from `pip list`):
+```
+PASTE HERE
+```
+
+
+LaTeX details
+
++ LaTeX distribution (e.g. TeX Live 2020):
++ Installed LaTeX packages:
+
+
+
+FFMPEG
+
+Output of `ffmpeg -version`:
+
+```
+PASTE HERE
+```
+
+
+## Additional comments
+