name: Bug Report description: Report a bug to help us improve tududi title: "[BUG] " labels: ["bug"] body: - type: markdown attributes: value: | Thanks for taking the time to report a bug! Please fill out the information below. - type: textarea id: description attributes: label: Description description: A clear and concise description of the bug placeholder: Tell us what happened validations: required: true - type: textarea id: steps 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 attributes: label: Expected Behavior description: What you expected to happen placeholder: Describe what should have happened validations: required: true - type: textarea id: actual attributes: label: Actual Behavior description: What actually happened placeholder: Describe what actually happened validations: required: true - type: dropdown id: os attributes: label: Operating System description: What OS are you using? options: - macOS - Windows - Linux - iOS - Android - Other validations: required: true - type: dropdown id: browser attributes: label: Browser description: What browser are you using? options: - Chrome - Firefox - Safari - Edge - Mobile Safari - Chrome Mobile - Other validations: required: true - type: input id: version attributes: label: Tududi Version description: What version of Tududi are you using? placeholder: e.g. 0.85.1 validations: required: false - type: textarea id: screenshots attributes: label: Screenshots description: If applicable, add screenshots to help explain the problem placeholder: Drag and drop images here or paste image URLs validations: required: false - type: textarea id: additional attributes: label: Additional Context description: Any other context about the problem placeholder: Add any other context, logs, or information validations: required: false