You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
value: Before you open a new issue, search through the existing issues to see if others have had the same problem.
8
+
- type: textarea
9
+
attributes:
10
+
label: "System Health details"
11
+
description: "Paste the data from the System Health card in Home Assistant (https://www.home-assistant.io/more-info/system-health#github-issues)"
12
+
validations:
13
+
required: true
14
+
- type: checkboxes
15
+
attributes:
16
+
label: Checklist
17
+
options:
18
+
- label: I have enabled debug logging for my installation.
19
+
required: true
20
+
- label: I have filled out the issue template to the best of my ability.
21
+
required: true
22
+
- label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
23
+
required: true
24
+
- label: This issue is not a duplicate issue of any [previous issues](https://github.com/ludeeus/integration_blueprint/issues?q=is%3Aissue+label%3A%22Bug%22+)..
25
+
required: true
26
+
- type: textarea
27
+
attributes:
28
+
label: "Describe the issue"
29
+
description: "A clear and concise description of what the issue is."
30
+
validations:
31
+
required: true
32
+
- type: textarea
33
+
attributes:
34
+
label: Reproduction steps
35
+
description: "Without steps to reproduce, it will be hard to fix. It is very important that you fill out this part. Issues without it will be closed."
36
+
value: |
37
+
1.
38
+
2.
39
+
3.
40
+
...
41
+
validations:
42
+
required: true
43
+
- type: textarea
44
+
attributes:
45
+
label: "Debug logs"
46
+
description: "To enable debug logs check this https://www.home-assistant.io/integrations/logger/, this **needs** to include _everything_ from startup of Home Assistant to the point where you encounter the issue."
47
+
render: text
48
+
validations:
49
+
required: true
50
+
51
+
- type: textarea
52
+
attributes:
53
+
label: "Diagnostics dump"
54
+
description: "Drag the diagnostics dump file here. (see https://www.home-assistant.io/integrations/diagnostics/ for info)"
value: Before you open a new feature request, search through the existing feature requests to see if others have had the same idea.
8
+
- type: checkboxes
9
+
attributes:
10
+
label: Checklist
11
+
options:
12
+
- label: I have filled out the template to the best of my ability.
13
+
required: true
14
+
- label: This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
15
+
required: true
16
+
- label: This issue is not a duplicate feature request of [previous feature requests](https://github.com/ludeeus/integration_blueprint/issues?q=is%3Aissue+label%3A%22Feature+Request%22+).
17
+
required: true
18
+
19
+
- type: textarea
20
+
attributes:
21
+
label: "Is your feature request related to a problem? Please describe."
22
+
description: "A clear and concise description of what the problem is."
23
+
placeholder: "I'm always frustrated when [...]"
24
+
validations:
25
+
required: true
26
+
27
+
- type: textarea
28
+
attributes:
29
+
label: "Describe the solution you'd like"
30
+
description: "A clear and concise description of what you want to happen."
31
+
validations:
32
+
required: true
33
+
34
+
- type: textarea
35
+
attributes:
36
+
label: "Describe alternatives you've considered"
37
+
description: "A clear and concise description of any alternative solutions or features you've considered."
38
+
validations:
39
+
required: true
40
+
41
+
- type: textarea
42
+
attributes:
43
+
label: "Additional context"
44
+
description: "Add any other context or screenshots about the feature request here."
0 commit comments