From acfb02cc0ec9b072e9c97d4ec4932442e44eb74e Mon Sep 17 00:00:00 2001
From: MaxJa4 <74194322+MaxJa4@users.noreply.github.com>
Date: Sun, 9 Jan 2022 14:21:45 +0100
Subject: [PATCH] Extension and hopefully simplification of bug template
To get more information about bugs and prohibit having to ask one by one for specific information, I extended and redesigned the bug template.
Fell free to change parts or suggest changes.
Please note, that all explanatory parts are hidden as comments in the markdown (which the user will see when creating a bug ticket) so they don't unnecessarily clutter the finished bug report.
---
.github/ISSUE_TEMPLATE/bug_report.md | 74 ++++++++++++++++++++++++++--
1 file changed, 70 insertions(+), 4 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index f6e365af7..5cb51e299 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -7,9 +7,75 @@ assignees: ''
---
-### Version
-Please provide your current version (can be found on the system page since v0.8.4)
-Version:
+## Version
+
+**Tandoor-Version:**
-### Bug description
+## Setup configuration
+
+
+### Setup
+- [ ] Docker / Docker-Compose
+- [ ] Unraid
+- [ ] Synology
+- [ ] Kubernetes
+- [ ] Manual setup
+- [ ] Others (please state below)
+
+### Reverse Proxy
+- [ ] No reverse proxy
+- [ ] jwilder's nginx proxy
+- [ ] Nginx proxy manager (NPM)
+- [ ] SWAG
+- [ ] Caddy
+- [ ] Traefik
+- [ ] Others (please state below)
+
+
+**Additional information:**
+
+## Bug description
A clear and concise description of what the bug is.
+
+
+
+## Logs
+
+
+
+ Web-Container-Logs
+
+
+
+ ```
+ Replace me with logs
+ ```
+
+
+
+ DB-Container-Logs
+
+
+
+ ```
+ Replace me with logs
+ ```
+
+
+
+ Nginx-Container-Logs
+
+
+
+ ```
+ Replace me with logs
+ ```
+