Update and rename feature-request.md to feature-request.yml

This commit is contained in:
Alexandre
2023-06-08 12:55:54 +02:00
committed by GitHub
parent 0417bcd004
commit 09d4c6a586
2 changed files with 34 additions and 33 deletions

View File

@@ -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.-->

View 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