From b28dcb26ca2ca3bf21fa71ea0e59f91fb5a2afae Mon Sep 17 00:00:00 2001 From: TJ Horner Date: Fri, 26 May 2023 18:38:07 -0700 Subject: [PATCH] Add bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..70e2d99 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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