name: "Feature Request"
description: Suggest an idea for this project.
labels: ["enhancement"]
body:
- type: "textarea"
  attributes:
    label: "Is your feature request related to a problem?"
    description: "If so, describe what the problem is"
    placeholder: "eg. I'm always frustrated when [...]"
  validations:
    required: false
- type: "textarea"
  attributes:
    label: "Describe the feature you'd like"
    description: "Describe what you want to happen"
    placeholder: "eg. The application should do [...] then [...]"
  validations:
    required: true
- type: "textarea"
  attributes:
    label: "What alternatives have you considered?"
    description: "Feel free to mention similar applications if you feel this will get your point across better"
  validations:
    required: false
- type: "textarea"
  attributes:
    label: "Additional context"
    description: "Add any other context or screenshots about the feature request here"
  validations:
    required: false