name: "🐞 Bug Report" description: File a bug report title: "🐞 [Bug]: " labels: ["bug", "triage"] body: - type: markdown attributes: value: | Thanks for taking the time to fill out this bug report! - type: checkboxes id: prerequisites attributes: label: Before submitting description: Please confirm you've completed the following steps options: - label: I have searched existing issues to make sure this bug hasn't already been reported required: true - label: I have updated to the latest version of the software to verify the issue still exists required: true - type: input id: version attributes: label: Firmware Version description: This can be found on the device's screen or via one of the apps. placeholder: x.x.x.yyyyyyy validations: required: true - type: textarea attributes: label: What did you do? description: | Please include a *minimal* reproduction case. You can use Markdown in this field. validations: required: true - type: textarea id: expected attributes: label: Expected Behavior description: Tell us what should happen. validations: required: true - type: textarea id: current attributes: label: Current Behavior description: Tell us what happens instead of the expected behavior. validations: required: false - type: checkboxes attributes: label: Participation options: - label: I am willing to submit a pull request for this issue. required: false - type: textarea attributes: label: Additional comments description: Is there anything else that's important for the team to know? - type: checkboxes id: terms attributes: label: Code of Conduct description: By submitting this issue, you agree to follow our [Code of Conduct](https://meshtastic.org/docs/legal/conduct/). options: - label: I agree to follow this project's Code of Conduct required: true