chore: change feature request to yml

Closes #271
This commit is contained in:
Marie 2023-12-30 04:41:56 +01:00
parent adf4e9b0b8
commit 9653a6acea
2 changed files with 22 additions and 10 deletions

View file

@ -1,10 +0,0 @@
---
name: "Feature Request"
about: "Suggest an idea for this project"
title: "feat: "
---
## Summary
<!-- Tell us what the suggestion is -->
## Purpose
<!-- Describe the specific problem or need you think this feature will solve, and who it will help. -->

View file

@ -0,0 +1,22 @@
name: ✨ Feature Request
description: Suggest an idea for this project
title: 'bug: '
body:
- type: textarea
attributes:
label: Summary
description: Tell us what the suggestion is
validations:
required: true
- type: textarea
attributes:
label: Purpose
description: Describe the specific problem or need you think this feature will solve, and who it will help.
validations:
required: true
- type: checkboxes
attributes:
label: Do you want to implement this feature yourself?
options:
- label: Yes, I will implement this by myself and send a pull request