name: Bug Report description: Report a bug or issue with WizardMerge title: "[Bug]: " labels: ["bug", "triage"] body: - type: markdown attributes: value: | Thanks for taking the time to report a bug! Please fill out the sections below to help us fix the issue. - type: dropdown id: component attributes: label: Component description: Which component is affected? options: - Backend (C++) - Frontend - Qt6 Desktop - Frontend - Next.js Web - Frontend - CLI - Build System - Documentation - Other validations: required: true - type: textarea id: description attributes: label: Bug Description description: A clear and concise description of what the bug is. placeholder: Describe the issue you encountered... validations: required: true - type: textarea id: reproduction attributes: label: Steps to Reproduce description: Steps to reproduce the behavior placeholder: | 1. Go to '...' 2. Click on '...' 3. Execute command '...' 4. See error validations: required: true - type: textarea id: expected attributes: label: Expected Behavior description: What did you expect to happen? placeholder: Describe what you expected... validations: required: true - type: textarea id: actual attributes: label: Actual Behavior description: What actually happened? placeholder: Describe what actually happened... validations: required: true - type: textarea id: environment attributes: label: Environment description: Information about your environment placeholder: | - OS: [e.g., Ubuntu 22.04, Windows 11, macOS 13] - WizardMerge Version: [e.g., main branch, v1.0.0] - Compiler: [e.g., GCC 11, Clang 14, MSVC 2022] - Qt Version: [if applicable] - Node/bun Version: [if applicable] validations: required: true - type: textarea id: logs attributes: label: Logs and Error Messages description: Please provide any relevant logs or error messages placeholder: Paste logs here... render: shell - type: textarea id: additional attributes: label: Additional Context description: Add any other context about the problem here placeholder: Any additional information...