name: Bug Report description: File a bug report to help us improve Automaker title: '[Bug]: ' labels: ['bug'] body: - type: markdown attributes: value: | Thanks for taking the time to report a bug! Please fill out the form below with as much detail as possible. - type: dropdown id: operating-system attributes: label: Operating System description: What operating system are you using? options: - macOS - Windows - Linux - Other default: 0 validations: required: true - type: dropdown id: run-mode attributes: label: Run Mode description: How are you running Automaker? options: - Electron (Desktop App) - Web (Browser) - Docker default: 0 validations: required: true - type: input id: app-version attributes: label: App Version description: What version of Automaker are you using? (e.g., 0.1.0) placeholder: '0.1.0' validations: required: true - type: textarea id: bug-description attributes: label: Bug Description description: A clear and concise description of what the bug is. placeholder: Describe the bug... validations: required: true - type: textarea id: steps-to-reproduce attributes: label: Steps to Reproduce description: Steps to reproduce the behavior placeholder: | 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' 4. See error validations: required: true - type: textarea id: expected-behavior attributes: label: Expected Behavior description: A clear and concise description of what you expected to happen. placeholder: What should have happened? validations: required: true - type: textarea id: actual-behavior attributes: label: Actual Behavior description: A clear and concise description of what actually happened. placeholder: What actually happened? validations: required: true - type: textarea id: screenshots attributes: label: Screenshots description: If applicable, add screenshots to help explain your problem. placeholder: Drag and drop screenshots here or paste image URLs - type: textarea id: logs attributes: label: Relevant Logs description: If applicable, paste relevant logs or error messages. placeholder: Paste logs here... render: shell - type: textarea id: additional-context attributes: label: Additional Context description: Add any other context about the problem here. placeholder: Any additional information that might be helpful... - type: checkboxes id: terms attributes: label: Checklist options: - label: I have searched existing issues to ensure this bug hasn't been reported already required: true - label: I have provided all required information above required: true