name: Bug Report about: Report a bug or unexpected behavior in Kindred Create labels: - bug body: - type: textarea id: description attributes: label: Description description: A clear description of the bug. placeholder: What happened? What did you expect instead? validations: required: true - type: textarea id: steps attributes: label: Steps to Reproduce description: Minimal steps to reproduce the behavior. placeholder: | 1. Open a new file 2. Switch to the PartDesign workbench 3. ... validations: required: true - type: textarea id: expected attributes: label: Expected Behavior description: What should have happened? validations: required: true - type: textarea id: actual attributes: label: Actual Behavior description: What actually happened? Include error messages, console output, or screenshots. validations: required: true - type: dropdown id: component attributes: label: Component description: Which part of Kindred Create is affected? options: - General / Core - ztools Workbench - Silo (Parts Database) - Theme / QSS - Assembly - PartDesign - CI/CD - Documentation - Other validations: required: true - type: textarea id: environment attributes: label: Environment description: | OS, Kindred Create version, and any relevant details. Find the version under Help > About Kindred Create. placeholder: | - OS: Ubuntu 24.04 - Kindred Create: v0.2.0 (AppImage) - GPU: NVIDIA RTX 3060 validations: required: false - type: textarea id: logs attributes: label: Log Output description: Paste any relevant log output (View > Panels > Report View). render: shell validations: required: false