Update and rename feature_request.md to feature_request.yml

This commit is contained in:
Mr. Beedell, Roke Julian Lockhart 2024-12-10 18:08:28 +00:00 committed by GitHub
parent 83674a4892
commit 8c0e1cb2af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 16 deletions

View File

@ -1,16 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
---
#### **Describe the problem**
<!-- A clear and concise description of the problem you're looking to solve. -->
#### **Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->
#### **Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

View File

@ -0,0 +1,21 @@
name: Feature request
description: Suggest an idea for this project.
body:
- type: textarea
attributes:
label: Describe the problem
placeholder: "<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->"
validations:
required: false
- type: textarea
attributes:
label: Describe the solution you'd like
placeholder: "<!-- A clear and concise description of what you want to happen. -->"
validations:
required: false
- type: textarea
attributes:
label: Additional context
placeholder: "<!-- A clear and concise description of any alternative solutions or features you've considered. -->"
validations:
required: false