Add bug report issue template

This commit is contained in:
TJ Horner
2023-05-26 18:38:07 -07:00
parent 0ae038b8b7
commit b28dcb26ca

37
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,37 @@
name: Bug Report
description: File a bug report
labels: ["bug"]
assignees:
- tjhorner
body:
- type: textarea
id: description
attributes:
label: Description
description: Please describe the bug you encountered, and what you expected to happen instead.
validations:
required: true
- type: input
id: version
attributes:
label: Which version of the Upsy Desky firmware config are you running?
placeholder: "1.1.1"
- type: dropdown
id: update-management
attributes:
label: How do you manage your Upsy Desky's updates?
options:
- OTA Updates
- ESPHome YAML Config
- type: textarea
id: logs
attributes:
label: Logs
description: Please copy and paste any relevant log output.
render: plain text
- type: textarea
id: esphome-config
attributes:
label: ESPHome Config
description: If you have your own ESPHome YAML configuration, please paste it here. Remember to redact any sensitive information like encryption keys or passwords.
render: YAML