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.
9
+
- type: textarea
10
+
attributes:
11
+
label: "System Health details"
12
+
description: "Paste the data from the System Health card in Home Assistant (https://www.home-assistant.io/more-info/system-health#github-issues)"
13
+
validations:
14
+
required: true
15
+
- type: checkboxes
16
+
attributes:
17
+
label: Checklist
18
+
options:
19
+
- label: I have enabled debug logging for my installation.
20
+
required: true
21
+
- label: I have filled out the issue template to the best of my ability.
22
+
required: true
23
+
- label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
24
+
required: true
25
+
- label: This issue is not a duplicate issue of any [previous issues](https://github.com/codyc1515/ha-managemyhealth/issues?q=is%3Aissue+label%3A%22Bug%22+)..
26
+
required: true
27
+
- type: textarea
28
+
attributes:
29
+
label: "Describe the issue"
30
+
description: "A clear and concise description of what the issue is."
31
+
validations:
32
+
required: true
33
+
- type: textarea
34
+
attributes:
35
+
label: Reproduction steps
36
+
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."
37
+
value: |
38
+
1.
39
+
2.
40
+
3.
41
+
...
42
+
validations:
43
+
required: true
44
+
- type: textarea
45
+
attributes:
46
+
label: "Debug logs"
47
+
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."
48
+
render: text
49
+
validations:
50
+
required: true
51
+
52
+
- type: textarea
53
+
attributes:
54
+
label: "Diagnostics dump"
55
+
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.
9
+
- type: checkboxes
10
+
attributes:
11
+
label: Checklist
12
+
options:
13
+
- label: I have filled out the template to the best of my ability.
14
+
required: true
15
+
- label: This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
16
+
required: true
17
+
- label: This issue is not a duplicate feature request of [previous feature requests](https://github.com/codyc1515/ha-managemyhealth/issues?q=is%3Aissue+label%3A%22Feature+Request%22+).
18
+
required: true
19
+
20
+
- type: textarea
21
+
attributes:
22
+
label: "Is your feature request related to a problem? Please describe."
23
+
description: "A clear and concise description of what the problem is."
24
+
placeholder: "I'm always frustrated when [...]"
25
+
validations:
26
+
required: true
27
+
28
+
- type: textarea
29
+
attributes:
30
+
label: "Describe the solution you'd like"
31
+
description: "A clear and concise description of what you want to happen."
32
+
validations:
33
+
required: true
34
+
35
+
- type: textarea
36
+
attributes:
37
+
label: "Describe alternatives you've considered"
38
+
description: "A clear and concise description of any alternative solutions or features you've considered."
39
+
validations:
40
+
required: true
41
+
42
+
- type: textarea
43
+
attributes:
44
+
label: "Additional context"
45
+
description: "Add any other context or screenshots about the feature request here."
0 commit comments