Skip to content

Commit a48aa22

Browse files
committed
Templates should be in yaml
1 parent 8f1d370 commit a48aa22

File tree

2 files changed

+110
-110
lines changed

2 files changed

+110
-110
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
name: Feature request
2-
description: Suggest an idea for this project
3-
labels: [enhancement]
4-
body:
5-
- type: checkboxes
6-
id: terms
7-
attributes:
8-
label: Did you read the instructions?
9-
description: Please read the instructions carefully, thank you.
10-
options:
11-
- label: I have read the [README](../blob/master/README.md).
12-
required: true
13-
14-
- type: textarea
15-
validations:
16-
required: true
17-
attributes:
18-
label: The request
19-
description: >-
20-
Describe your feature request here to communicate to the
21-
maintainers. Tell us what you were trying to do and why.
22-
23-
Provide a clear and concise description of what the feature request is. What would you like to happen?
24-
25-
- type: markdown
26-
attributes:
27-
value: |
28-
## Details
29-
30-
- type: textarea
31-
id: additional-information
32-
attributes:
33-
label: Additional information
34-
description: If you have any additional information for us, use the field below. Please note, you can attach screenshots or screen recordings here, by dragging and dropping files in the field below.
35-
36-
- type: markdown
37-
attributes:
38-
value: |
39-
Thanks for taking the time to fill out this feature request!
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
labels: [enhancement]
4+
body:
5+
- type: checkboxes
6+
id: terms
7+
attributes:
8+
label: Did you read the instructions?
9+
description: Please read the instructions carefully, thank you.
10+
options:
11+
- label: I have read the [README](../blob/master/README.md).
12+
required: true
13+
14+
- type: textarea
15+
validations:
16+
required: true
17+
attributes:
18+
label: The request
19+
description: >-
20+
Describe your feature request here to communicate to the
21+
maintainers. Tell us what you were trying to do and why.
22+
23+
Provide a clear and concise description of what the feature request is. What would you like to happen?
24+
25+
- type: markdown
26+
attributes:
27+
value: |
28+
## Details
29+
30+
- type: textarea
31+
id: additional-information
32+
attributes:
33+
label: Additional information
34+
description: If you have any additional information for us, use the field below. Please note, you can attach screenshots or screen recordings here, by dragging and dropping files in the field below.
35+
36+
- type: markdown
37+
attributes:
38+
value: |
39+
Thanks for taking the time to fill out this feature request!
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
1-
name: Bug Report
2-
description: Create a report to help us improve the integration
3-
labels: [bug]
4-
body:
5-
- type: checkboxes
6-
id: terms
7-
attributes:
8-
label: Did you read the instructions?
9-
description: Please read the instructions carefully, thank you.
10-
options:
11-
- label: I have read the [README](../blob/main/README.md), including the [known-limitations](../blob/main/README.md#known-limitations) section.
12-
required: true
13-
14-
- type: textarea
15-
validations:
16-
required: true
17-
attributes:
18-
label: The problem
19-
description: >-
20-
Describe the issue you are experiencing here to communicate to the
21-
maintainers. Tell us what you were trying to do and what happened.
22-
23-
Provide a clear and concise description of what the problem is. What did you expect to happen?
24-
25-
- type: markdown
26-
attributes:
27-
value: |
28-
## Environment
29-
30-
- type: input
31-
id: version
32-
validations:
33-
required: true
34-
attributes:
35-
label: What version of this integration has the issue?
36-
placeholder: 1.1.4
37-
description: >
38-
Can be found in the Configuration panel -> Info.
39-
40-
- type: input
41-
id: ha_version
42-
validations:
43-
required: true
44-
attributes:
45-
label: What version of Home Assistant Core has the issue?
46-
placeholder: core-2021.12.3
47-
description: >
48-
Can be found in the Configuration panel -> Info.
49-
50-
- type: markdown
51-
attributes:
52-
value: |
53-
## Details
54-
55-
- type: textarea
56-
id: logs
57-
attributes:
58-
label: Home Assistant log
59-
description: Paste your full log here.
60-
render: shell
61-
62-
- type: textarea
63-
id: additional-information
64-
attributes:
65-
label: Additional information
66-
description: If you have any additional information for us, use the field below. Please note, you can attach screenshots or screen recordings here, by dragging and dropping files in the field below.
67-
68-
- type: markdown
69-
attributes:
70-
value: |
71-
Thanks for taking the time to fill out this bug report!
1+
name: Bug Report
2+
description: Create a report to help us improve the integration
3+
labels: [bug]
4+
body:
5+
- type: checkboxes
6+
id: terms
7+
attributes:
8+
label: Did you read the instructions?
9+
description: Please read the instructions carefully, thank you.
10+
options:
11+
- label: I have read the [README](../blob/main/README.md), including the [known-limitations](../blob/main/README.md#known-limitations) section.
12+
required: true
13+
14+
- type: textarea
15+
validations:
16+
required: true
17+
attributes:
18+
label: The problem
19+
description: >-
20+
Describe the issue you are experiencing here to communicate to the
21+
maintainers. Tell us what you were trying to do and what happened.
22+
23+
Provide a clear and concise description of what the problem is. What did you expect to happen?
24+
25+
- type: markdown
26+
attributes:
27+
value: |
28+
## Environment
29+
30+
- type: input
31+
id: version
32+
validations:
33+
required: true
34+
attributes:
35+
label: What version of this integration has the issue?
36+
placeholder: 1.1.4
37+
description: >
38+
Can be found in the Configuration panel -> Info.
39+
40+
- type: input
41+
id: ha_version
42+
validations:
43+
required: true
44+
attributes:
45+
label: What version of Home Assistant Core has the issue?
46+
placeholder: core-2021.12.3
47+
description: >
48+
Can be found in the Configuration panel -> Info.
49+
50+
- type: markdown
51+
attributes:
52+
value: |
53+
## Details
54+
55+
- type: textarea
56+
id: logs
57+
attributes:
58+
label: Home Assistant log
59+
description: Paste your full log here.
60+
render: shell
61+
62+
- type: textarea
63+
id: additional-information
64+
attributes:
65+
label: Additional information
66+
description: If you have any additional information for us, use the field below. Please note, you can attach screenshots or screen recordings here, by dragging and dropping files in the field below.
67+
68+
- type: markdown
69+
attributes:
70+
value: |
71+
Thanks for taking the time to fill out this bug report!

0 commit comments

Comments
 (0)