Changed feature requests to new forms

This commit is contained in:
heychazza 2021-08-20 21:24:30 +01:00
parent b89df77236
commit 4c6b32059f

View File

@ -0,0 +1,28 @@
name: Feature Request
description: "Suggest an idea for this project."
labels: [bug]
body:
- type: textarea
id: "related-to-problem"
attributes:
label: "Is your feature request related to a problem? Please describe."
description: "A clear and concise description of what the problem is."
placeholder: "I'm always frustrated when [...]"
render: shell
validations:
required: true
- type: textarea
id: "describe-solution"
attributes:
label: "Describe the solution you'd like?"
description: "A clear and concise description of what you want to happen."
render: shell
validations:
required: true
- type: textarea
id: "additional-context"
attributes:
label: "Additional context"
description: "Add any other context or screenshots about the feature request here."
validations:
required: true