Skip to content

Commit b7d471d

Browse files
Change to use field description
1 parent 6809388 commit b7d471d

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/new_device_request.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ body:
1919
If your device has a Model ID or HW Version then these must be included.
2020
If your device has a blank Manufacturer or Model these cannot be added to the library, please don't try, but you can still add a battery note manually.
2121
22-
The Battery Type should follow the most common naming for general batteries (ex. AAA, D) and the IEC naming for battery cells according to [Wikipedia](https://en.wikipedia.org/wiki/List_of_battery_sizes) (ex. CR2032, 18650)
23-
If a device has a bespoke rechargeable battery you should use Rechargeable
24-
If a device has an internal battery you should use Rechargeable
25-
For devices like smoke alarms where the battery is not replaceable you should use Irreplaceable
26-
2722
- type: input
2823
id: manufacturer
2924
attributes:
@@ -64,7 +59,7 @@ body:
6459
id: battery_type
6560
attributes:
6661
label: Battery Type
67-
description: When specifying battery types please use the Most Common naming for general batteries and the IEC naming for battery cells according to [Wikipedia](https://en.wikipedia.org/wiki/List_of_battery_sizes).
62+
description: When specifying battery types please use the Most Common naming for general batteries and the IEC naming for battery cells according to [Wikipedia](https://en.wikipedia.org/wiki/List_of_battery_sizes). If a device has a bespoke or interal rechargeable battery you should use Rechargeable. Devices where the battery is not replaceable you should use Irreplaceable.
6863
placeholder: ex. CR2032
6964
validations:
7065
required: true
@@ -73,7 +68,7 @@ body:
7368
id: battery_quantity
7469
attributes:
7570
label: Battery Quantity
76-
description: The battery_quantity attribute is numeric (no letters or special characters).
71+
description: The battery quantity attribute is numeric (no letters or special characters).
7772
placeholder: ex. 1
7873
validations:
7974
required: true

0 commit comments

Comments
 (0)