From ada027bc0472f14218febf80ecf8419944d8b067 Mon Sep 17 00:00:00 2001 From: viewit Date: Thu, 18 Jun 2026 14:54:02 +0200 Subject: [PATCH] .gitea/ISSUE_TEMPLATE/bug_report.yml --- bug_report.yml | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 bug_report.yml diff --git a/bug_report.yml b/bug_report.yml new file mode 100644 index 0000000..f4f7d41 --- /dev/null +++ b/bug_report.yml @@ -0,0 +1,82 @@ +name: "Bug Report" +about: "Problem oder Fehler melden" +title: "[BUG] " +labels: + - bug +body: + - type: dropdown + id: os + attributes: + label: "Betriebssystem" + options: + - "Windows 10" + - "Windows 11" + - "Ubuntu / Debian" + - "Fedora / RHEL" + - "Arch Linux" + - "macOS" + - "Anderes" + validations: + required: true + + - type: dropdown + id: install_type + attributes: + label: "Installationsart" + options: + - "Docker / Docker Compose" + - "EXE / Binary (Windows)" + - "Binary (Linux)" + validations: + required: true + + - type: dropdown + id: slicer + attributes: + label: "Slicer" + options: + - "OrcaSlicer (KX-Patch)" + - "OrcaSlicer (Standard)" + - "BambuStudio" + - "PrusaSlicer" + - "Anderer" + validations: + required: true + + - type: input + id: slicer_version + attributes: + label: "Slicer Version" + placeholder: "z.B. 2.4.0-dev-kx1" + validations: + required: true + + - type: input + id: bridge_version + attributes: + label: "KX-Bridge Version" + placeholder: "z.B. v0.9.20" + description: "Zu finden im Webinterface oder in den Logs beim Start." + validations: + required: true + + - type: textarea + id: description + attributes: + label: "Problembeschreibung" + description: "Was passiert? Was hast du erwartet?" + placeholder: | + Was ist passiert: + + Was wurde erwartet: + validations: + required: true + + - type: textarea + id: logs + attributes: + label: "Logs / Fehlermeldung" + description: "Relevante Ausgabe aus den KX-Bridge Logs. Docker: `docker logs `" + render: text + validations: + required: false