Skip to content

Commit

Permalink
Merge pull request #87 from jontofront/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jontofront authored Nov 4, 2024
2 parents 77968d7 + 27b7bcb commit f8cd337
Showing 1 changed file with 42 additions and 16 deletions.
58 changes: 42 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Report an issue with Econet300 home assistant integration
name: Econet300 Integration Bug Report
description: Report an issue with Econet300 home assistant integration.
title: "[Bug]: "
title: "[Bug]: <short description>"
labels: ["bug", "triage"]
assignees:
- jontofront
Expand All @@ -9,21 +9,49 @@ body:
attributes:
value: |
This issue form is for reporting bugs only!
If you have a feature or enhancement request, please use the feature request issue type.
[feature request]: https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/issues/new/choose
- type: textarea
id: title
attributes:
label: Bug Title
description: A brief description of the bug.
placeholder: "Enter the bug title here"
- type: textarea
id: problem_description
validations:
required: true
attributes:
label: The problem
description: >-
Describe the issue you are experiencing here, to communicate to the
maintainers. Tell us what you were trying to do and what happened.
Provide a clear and concise description of what the problem is.
- type: checkboxes
attributes:
label: "Connected devices"
description: "I have the following devices connected. For more information, see [ecoNET300_DTR_1.0_ENG](https://thermostahl.ro/wp-content/uploads/2020/08/ecoNET300_DTR_1.0_ENG.pdf)."
options:
- label: ecoMAX800 series
- label: ecoMAX850 series
- label: ecoMAX860 series
- label: ecoSTER
- label: ecoNET 300
validations:
required: true
- type: dropdown
id: series
attributes:
label: Affected Series
description: Select the series of the ecoMAX controller affected by this bug.
options:
- label: Select a series
- label: ecoMAX800 series
description: "ecoMAX800 series controllers"
- label: ecoMAX850 series
description: "ecoMAX850 series controllers"
- label: ecoMAX860 series
description: "ecoMAX860 series controllers"
- type: markdown
attributes:
value: |
Expand All @@ -33,38 +61,36 @@ body:
validations:
required: true
attributes:
label: What version of ecoNET300 integration has the issue?
label: What version of Econet300 integration has the issue?
- type: input
id: ha_version
validations:
required: true
attributes:
label: What version of Home Assistant Core has the issue?
placeholder: core-
description: >
Can be found in: [Settings ⇒ System ⇒ Repairs ⇒ Three Dots in Upper Right ⇒ System information](https://my.home-assistant.io/redirect/system_health/).
Can be found in the System information section of Home Assistant.
[Open your Home Assistant instance and show the system information.](https://my.home-assistant.io/redirect/system_health/)
[![Open your Home Assistant instance and show the system information.](https://my.home-assistant.io/badges/system_health.svg)](https://my.home-assistant.io/redirect/system_health/)
- type: input
id: last_working_version
attributes:
label: What was the last working version of ecoNET300 integration?
label: What was the last working version of Econet300 integration?
description: >
If known, otherwise leave blank.
- type: markdown
attributes:
value: |
# Details
- type: textarea
id: diagnostics
attributes:
label: Diagnostics information
placeholder: "drag-and-drop the diagnostics data file here (do not copy-and-paste the content)"
placeholder: "Drag-and-drop diagnostics data file here"
description: >-
Follow HA guide to [download diagnostic data](https://www.home-assistant.io/docs/configuration/troubleshooting/#debug-logs-and-diagnostics).
**It would really help if you could download the diagnostics data for the device you are having issues with,
and <ins>drag-and-drop that file into the textbox below.</ins>**
It generally allows pinpointing defects and thus resolving issues faster.
- type: textarea
attributes:
Expand All @@ -75,4 +101,4 @@ body:
attributes:
label: Additional information
description: >
If you have any additional information for us, use the field below.
If you have any additional information for us, use the field below.

0 comments on commit f8cd337

Please sign in to comment.