name: Bug report description: Something isn't working as expected labels: [bug] body: - type: markdown attributes: value: Thanks for taking the time to report a bug! - type: input id: honcho-version attributes: label: Honcho version / commit description: What version of Honcho are you connecting to? validations: required: false - type: textarea id: description attributes: label: What happened? description: A clear description of the bug. validations: required: true - type: textarea id: expected attributes: label: What did you expect? validations: required: true - type: textarea id: steps attributes: label: Steps to reproduce placeholder: | 1. Go to ... 2. Click ... 3. See error validations: required: true - type: textarea id: context attributes: label: Additional context description: Browser, OS, any relevant console errors.