Meshtastic-Apple/.github/ISSUE_TEMPLATE/bug.yml
Garth Vander Houwen 796142c01b
Update bug.yml
2023-08-12 20:10:23 -07:00

64 lines
1.8 KiB
YAML

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: 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. If possible, include a link to a reproduction of the problem in the [ESLint demo](https://eslint.org/demo). Otherwise, include source code, configuration file(s), and any other information about how you're using ESLint. You can use Markdown in this field.
value: |
<details>
<summary>Configuration</summary>
```
<!-- Paste your configuration here -->
```
</details>
```js
<!-- Paste your code here -->
```
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?