mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Tweak inputs for GitHub issue form (#8999)
This commit is contained in:
parent
24e202a3d7
commit
e682abfb75
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -95,11 +95,7 @@ body:
|
|||||||
If your issue is about how an entity is shown in the UI, please add the
|
If your issue is about how an entity is shown in the UI, please add the
|
||||||
state and attributes for all situations. You can find this information
|
state and attributes for all situations. You can find this information
|
||||||
at Developer Tools -> States.
|
at Developer Tools -> States.
|
||||||
value: |
|
render: txt
|
||||||
```yaml
|
|
||||||
# Paste your state here.
|
|
||||||
|
|
||||||
```
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Problem-relevant frontend configuration
|
label: Problem-relevant frontend configuration
|
||||||
@ -108,22 +104,14 @@ body:
|
|||||||
configuration of the used cards. Fill this out even if it seems
|
configuration of the used cards. Fill this out even if it seems
|
||||||
unimportant to you. Please be sure to remove personal information like
|
unimportant to you. Please be sure to remove personal information like
|
||||||
passwords, private URLs and other credentials.
|
passwords, private URLs and other credentials.
|
||||||
value: |
|
render: yaml
|
||||||
```yaml
|
|
||||||
# Paste your YAML here.
|
|
||||||
|
|
||||||
```
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Javascript errors shown in your browser console/inspector
|
label: Javascript errors shown in your browser console/inspector
|
||||||
description: >
|
description: >
|
||||||
If you come across any Javascript or other error logs, e.g., in your
|
If you come across any Javascript or other error logs, e.g., in your
|
||||||
browser console/inspector please provide them.
|
browser console/inspector please provide them.
|
||||||
value: |
|
render: txt
|
||||||
```txt
|
|
||||||
# Paste your logs here.
|
|
||||||
|
|
||||||
```
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional information
|
label: Additional information
|
||||||
|
Loading…
x
Reference in New Issue
Block a user