Skip to content

Commit

Permalink
Merge pull request #83 from njobrien1006/dev
Browse files Browse the repository at this point in the history
Require HA Version Input
  • Loading branch information
njobrien1006 authored Dec 9, 2024
2 parents dbda317 + 87b79a7 commit 71bf893
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ body:
- type: markdown
attributes:
value: Before you open a new issue, search through the existing issues to see if others have had the same problem.
- type: input
attributes:
label: "Integration Version"
description: "The current version integration you are running."
placeholder: "2024.01.01"
validations:
required: true
- type: textarea
attributes:
label: "System Health details"
Expand Down Expand Up @@ -57,4 +64,4 @@ body:
'''
render: text
validations:
required: true
required: true

0 comments on commit 71bf893

Please sign in to comment.