diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..e30c8c6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,46 @@
+---
+name: Bug report
+about: Found a bug? Tell us and help us improve
+title: ''
+labels: a:bug
+assignees: ''
+
+---
+
+**Can the issue be reproduced with the latest available release? (y/n)**
+
+**Which one is the environment gotify server is running in?**
+- [ ] Docker
+- [ ] Linux machine
+- [ ] Windows machine
+Docker startup command or config file here (please mask sensitive information)
+
+```
+
+```
+
+
+**Do you have an reverse proxy installed in front of gotify server? (Please select None if the problem can be reproduced without the presense of a reverse proxy)**
+- [ ] None
+- [ ] Nginx
+- [ ] Apache
+- [ ] Caddy
+Reverse proxy configuration (please mask sensitive information)
+
+```
+
+```
+
+
+**On which client do you experience problems? (Select as many as you can see)**
+- [ ] WebUI
+- [ ] gotify-cli
+- [ ] Android Client
+- [ ] 3rd-party API call (Please include your code)
+
+
+**What did you do?**
+
+**What did you expect to see?**
+
+**What did you see instead? (Include screenshots, android logcat/request dumps if possible)**
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..a6e817a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: a:feature
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md
new file mode 100644
index 0000000..4373eb6
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/questions.md
@@ -0,0 +1,44 @@
+---
+name: Questions
+about: Having difficulties with gotify? Feel free to ask here
+title: ''
+labels: question
+assignees: ''
+
+---
+
+
+
+**Have you read the documentation?**
+- [ ] Yes, but it does not include related information regarding my question.
+- [ ] Yes, but the steps described in the documentation do not work on my machine.
+- [ ] Yes, but I am having difficulty understanding it and wants clarification.
+
+**You are setting up gotify in**
+- [ ] Docker
+- [ ] Linux native platform
+- [ ] Windows native platform
+
+
+**Describe your problem**
+
+
+
+
+**Any errors, logs, or other information that might help us identify your problem**
+
+Ex: `docker-compose.yml`, `nginx.conf`, android logcat, browser requests, etc.
+
+Name of the information here
+
+contents here
+
+
\ No newline at end of file