name: Bug Report about: Report a defect or unexpected behavior title: '' labels: - bug body: - type: markdown attributes: value: | Thanks for reporting! A well-described bug is half-fixed. Please include as much detail as possible. - type: textarea id: current attributes: label: Current behavior description: What actually happened? validations: required: true - type: textarea id: expected attributes: label: Expected behavior description: What should have happened? validations: required: true - type: textarea id: steps attributes: label: Reproduction steps placeholder: | 1. Start the app 2. Navigate to... 3. Perform action... 4. Observe error validations: required: true - type: input id: version attributes: label: Version description: Version number, tag, or commit SHA placeholder: e.g. v2.1.0 / abcdef1 validations: required: true - type: dropdown id: os attributes: label: Operating system options: - Linux - macOS - Other - type: textarea id: os_details attributes: label: OS details description: If you selected Linux, which distro and version? If Other, please specify which operating system. placeholder: e.g. Fedora 41, Arch Linux, Ubuntu 24.04, macOS Sequoia… - type: textarea id: logs attributes: label: Relevant logs / output render: shell - type: textarea id: context attributes: label: Additional context description: Screenshots, related issues, configuration details, etc.