name: Bug Report description: File a bug report to help us improve title: "[Bug]: " labels: ["bug", "triage"] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - type: textarea id: what-happened attributes: label: What happened? description: A clear and concise description of what the bug is. placeholder: Tell us what you see! validations: required: true - type: textarea id: expected attributes: label: Expected Behavior description: What did you expect to happen? placeholder: Tell us what you expected! validations: required: true - type: textarea id: reproduce attributes: label: Steps to Reproduce description: Steps to reproduce the behavior placeholder: | 1. Run command '...' 2. With config '...' 3. See error validations: required: true - type: input id: version attributes: label: DS Version description: What version of DS are you running? (run `ds version`) placeholder: e.g., v1.0.0 validations: required: true - type: dropdown id: os attributes: label: Operating System description: What operating system are you using? options: - Linux - macOS - Windows - Other validations: required: true - type: input id: go-version attributes: label: Go Version (if building from source) description: What version of Go are you using? (run `go version`) placeholder: e.g., go1.25.4 - type: textarea id: logs attributes: label: Relevant Log Output description: Please copy and paste any relevant log output. This will be automatically formatted into code. render: shell - type: textarea id: config attributes: label: Configuration description: Please provide your configuration file (remove any sensitive information like credentials) render: yaml - type: textarea id: additional attributes: label: Additional Context description: Add any other context about the problem here (screenshots, plugin versions, etc.)