mirror of
https://github.com/tjhorner/upsy-desky.git
synced 2026-01-09 15:37:54 -05:00
Add bug report issue template
This commit is contained in:
37
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
37
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user