Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Sep 15, 2024
1 parent c52a32b commit 9eb8612
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,46 +30,53 @@ body:
id: version
attributes:
label: What version of the integration has the issue?
placeholder: v1.0.0
description: >
Can be found in: [Settings ⇒ Devices & services ⇒ Integrations ⇒ Click on integration name](https://my.home-assistant.io/redirect/integration/?domain=octopusnet).
[![Open your Home Assistant instance and show an integration.](https://my.home-assistant.io/badges/integration.svg)](https://my.home-assistant.io/redirect/integration/?domain=octopusnet)
placeholder: v1.1.0
validations:
required: true
- type: input
attributes:
label: What was the last working version of the integration?
placeholder: v1.0.0
description: >
If known, otherwise leave blank.
placeholder: v1.0.0
- type: input
attributes:
label: What version of Home Assistant Core has the issue?
placeholder: core-2024.9.0
description: >
Can be found in: [Settings ⇒ System ⇒ Repairs ⇒ Three Dots in Upper Right ⇒ 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/)
placeholder: core-2024.9.0
validations:
required: true
- type: input
attributes:
label: What was the last working version of Home Assistant Core?
placeholder: core-2024.9.0
description: >
If known, otherwise leave blank.
placeholder: core-2024.8.0

- type: markdown
attributes:
value: |
## Octopus NET Environment
- type: input
attributes:
label: Which version of Octopus NET Pro is running?
description: >
Can be found after logging in to your Octopus NET Pro: System Settings ⇒ Firmware version.
placeholder: octonet-pro-2.2.0
description: "Can be found after logging in to your Octopus NET Pro: System Settings ⇒ Firmware version."
validations:
required: true
- type: dropdown
attributes:
label: Has Octopus NET been recently updated?
description: "If Octopus NET has recently been updated, a breaking change may have been hidden in it. We should find that out."
description: >
If Octopus NET has recently been updated, a breaking change may have been hidden in it. We should find that out.
options:
- "No"
- "Yes"
Expand Down

0 comments on commit 9eb8612

Please sign in to comment.