forked from viewit/KX-Bridge-Release
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 891b679230 | |||
| 8ae218321f | |||
| ada027bc04 |
82
.gitea/ISSUE_TEMPLATE/bug_report.ym
Normal file
82
.gitea/ISSUE_TEMPLATE/bug_report.ym
Normal file
@@ -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 <container>`"
|
||||
render: text
|
||||
validations:
|
||||
required: false
|
||||
85
.gitea/ISSUE_TEMPLATE/bug_report.yml
Normal file
85
.gitea/ISSUE_TEMPLATE/bug_report.yml
Normal file
@@ -0,0 +1,85 @@
|
||||
name: Bug Report
|
||||
about: File a bug report
|
||||
title: "[Bug]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please fill out all required fields to help us resolve your issue faster.
|
||||
|
||||
- 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
|
||||
description: "Found in the web interface or in the logs at startup."
|
||||
placeholder: "e.g. v0.9.20"
|
||||
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 <container>`"
|
||||
render: shell
|
||||
validations:
|
||||
required: false
|
||||
82
bug_report.yml
Normal file
82
bug_report.yml
Normal file
@@ -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 <container>`"
|
||||
render: text
|
||||
validations:
|
||||
required: false
|
||||
Reference in New Issue
Block a user