Files
hassio-addons-avm/.github/ISSUE_TEMPLATE/feature-request.yml
2024-06-17 17:34:06 +02:00

45 lines
1.4 KiB
YAML

---
name: "✨ Feature request"
description: Suggest an idea for this project
title: "✨ [REQUEST] Addon name"
labels: [
"prevent stale",
"enhancement"
]
body:
- type: markdown
attributes:
value: |
I have a real life job in parallel to this addon, and don't think I'll be able to add new addons for the moment. You can still however express your interest in case someone would do it.
- type: checkboxes
id: terms
attributes:
label: Checked
description: "Pre-checks"
options:
- label: "If a new addon, I have checked on Google that such as addon doesn't already exists"
required: true
- label: "If a new feature, I have searched in the discussions & issues that it was not already covered"
required: true
- type: textarea
id: description
attributes:
label: "Which addon?"
description: The title of the addon the new feature is for
validations:
required: true
- type: textarea
id: description2
attributes:
label: "Is your feature request related to a problem? Please describe"
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when
validations:
required: true
- type: textarea
id: description3
attributes:
label: "Describe the solution you'd like"
description: A clear and concise description of what you want to happen
validations:
required: true