Skip to content

Commit 2d80292

Browse files
committed
chore: updated issue template for unknown providers
1 parent 1d1493f commit 2d80292

File tree

1 file changed

+35
-11
lines changed

1 file changed

+35
-11
lines changed

.github/ISSUE_TEMPLATE/unknown_intelligent_provider.yml

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,45 @@ labels: ["enhancement"]
44
assignees:
55
- BottlecapDave
66
body:
7-
- type: textarea
7+
- type: input
88
id: provider
99
attributes:
1010
label: Provider name
1111
description: Please provide the name of the provider as presented in the raised repair notice
1212
validations:
1313
required: true
14-
- type: checkboxes
15-
id: features
14+
- type: textarea
15+
id: bump_charge
16+
attributes:
17+
label: Ability to bump charge
18+
description: Please provide a screenshot of the feature within the app or type "Not available"
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: target_charge
23+
attributes:
24+
label: Ability to set the charge limit/target
25+
description: Please provide a screenshot of the feature within the app or type "Not available"
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: target_time
30+
attributes:
31+
label: Ability to set the time the charge will be at its target for
32+
description: Please provide a screenshot of the feature within the app or type "Not available"
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: smart_charge
37+
attributes:
38+
label: Ability to turn smart charge on/off
39+
description: Please provide a screenshot of the feature within the app or type "Not available"
40+
validations:
41+
required: true
42+
- type: textarea
43+
id: planned_dispatches
1644
attributes:
17-
label: Features
18-
description: Please specify the features that are available within the Octopus Energy app for your provider
19-
options:
20-
- label: Ability to bump charge
21-
- label: Ability to set the charge limit/target
22-
- label: Ability to set the time the charge will be at its target for
23-
- label: Ability to turn smart charge on/off
24-
- label: Ability to see planned dispatches
45+
label: Ability to see planned dispatches
46+
description: Please provide a screenshot of the feature within the app or type "Not available"
47+
validations:
48+
required: true

0 commit comments

Comments
 (0)