From 8ae218321fb37a6f671a280837f1fe7f2f58eff9 Mon Sep 17 00:00:00 2001 From: viewit Date: Thu, 18 Jun 2026 14:56:56 +0200 Subject: [PATCH] =?UTF-8?q?.gitea/ISSUE=5FTEMPLATE/bug=5Freport.ym=20hinzu?= =?UTF-8?q?gef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/ISSUE_TEMPLATE/bug_report.ym | 82 +++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bug_report.ym diff --git a/.gitea/ISSUE_TEMPLATE/bug_report.ym b/.gitea/ISSUE_TEMPLATE/bug_report.ym new file mode 100644 index 0000000..d870369 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bug_report.ym @@ -0,0 +1,82 @@ +name: "Bug Report" +about: "Report a problem or error" +title: "[BUG] " +labels: + - bug +body: + - type: dropdown + id: os + attributes: + label: "Operating System" + options: + - "Windows 10" + - "Windows 11" + - "Ubuntu / Debian" + - "Fedora / RHEL" + - "Arch Linux" + - "macOS" + - "Other" + validations: + required: true + + - type: dropdown + id: install_type + attributes: + label: "Installation Type" + 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" + - "Other" + validations: + required: true + + - type: input + id: slicer_version + attributes: + label: "Slicer Version" + placeholder: "e.g. 2.4.0-dev-kx1" + validations: + required: true + + - type: input + id: bridge_version + attributes: + label: "KX-Bridge Version" + placeholder: "e.g. v0.9.20" + description: "Found in the web interface or in the logs at startup." + validations: + required: true + + - type: textarea + id: description + attributes: + label: "Problem Description" + description: "What is happening? What did you expect to happen?" + placeholder: | + What happened: + + What was expected: + validations: + required: true + + - type: textarea + id: logs + attributes: + label: "Logs / Error Message" + description: "Relevant output from the KX-Bridge logs. Docker: `docker logs `" + render: text + validations: + required: false \ No newline at end of file