mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update and rename feature-request.md to feature-request.yml
This commit is contained in:
33
.github/ISSUE_TEMPLATE/feature-request.md
vendored
33
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@@ -1,33 +0,0 @@
|
||||
---
|
||||
name: "✨ Feature request"
|
||||
about: Suggest an idea for this project
|
||||
title: "✨ [REQUEST] Addon name"
|
||||
labels: ['prevent stale', 'enhancement']
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
<!-- markdownlint-disable MD036 -->
|
||||
|
||||
!!! 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
|
||||
|
||||
**Which addon?**
|
||||
|
||||
<!--The title of the addon the new feature is for.-->
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
|
||||
<!--A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]-->
|
||||
|
||||
\*\*If a new addon, have you checked on Google that such as addon doesn't already exists?
|
||||
|
||||
**Describe the solution you'd like**
|
||||
|
||||
<!--A clear and concise description of what you want to happen.-->
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
|
||||
<!--A clear and concise description of any alternative solutions or features you've considered.-->
|
||||
|
||||
**Additional context**
|
||||
|
||||
<!--Add any other context or screenshots about the feature request here.-->
|
||||
34
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
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. If a new addon, have you checked on Google that such as addon doesn't already exists?
|
||||
- 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: description
|
||||
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: description
|
||||
attributes:
|
||||
label: "Describe the solution you'd like"
|
||||
description: A clear and concise description of what you want to happen
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user