Replace the feature request template with a form

This commit is contained in:
Robbert van der Helm
2021-08-28 17:45:03 +02:00
parent 3188508fd2
commit 7774938969
2 changed files with 16 additions and 12 deletions
-12
View File
@@ -1,12 +0,0 @@
---
name: Feature request
about: I wish yabridge did this
title: ""
labels: ""
assignees: ""
---
Thanks for giving yabridge a shot!
**Feature description**
What should yabridge be doing that it currently is not?
@@ -0,0 +1,16 @@
name: Feature request
description: I wish yabridge did this
body:
- type: textarea
id: description
attributes:
label: Feature description
placeholder: >-
What should yabridge be doing that it currently doesn't?
- type: textarea
id: other-information
attributes:
label: Anything else?
placeholder: If there's anything else you'd like to add, then you can do so here.
validations:
required: false