mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
28 lines
704 B
YAML
28 lines
704 B
YAML
name: Feature Request
|
|
description: Suggest a new feature or improvement for the integration
|
|
title: "[Feature]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this Feature Request!
|
|
- type: dropdown
|
|
id: type
|
|
attributes:
|
|
label: "I propose a feature for:"
|
|
options:
|
|
- Sources
|
|
- Sensors
|
|
- The integration in general
|
|
multiple: true
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe your wanted feature
|
|
description: Describe your wanted feature as detailed as possible
|
|
validations:
|
|
required: true
|