Skip to content

Commit 8ce5b73

Browse files
authored
Add missing required IDs to issue form (#25762)
1 parent 12661d9 commit 8ce5b73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/ISSUE_TEMPLATE/feedback.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ body:
2424
value: |
2525
## Details
2626
- type: input
27+
id: url
2728
attributes:
2829
label: URL
2930
placeholder: "http://www.home-assistant.io/..."
@@ -32,6 +33,7 @@ body:
3233
validations:
3334
required: true
3435
- type: input
36+
id: version
3537
attributes:
3638
label: Version
3739
placeholder: "e.g., 2022.7.0"

0 commit comments

Comments
 (0)