name: Feature request
description: Propose a new feature
title: "[FEATURE]: <title>"
labels: [enhancement]
body:
- type: checkboxes
  attributes:
    label: Is there an existing issue for this?
    description: Please search to see if someone has already suggested this feature.
    options:
    - label: I have searched the existing issues
      required: true
- type: textarea
  attributes:
    label: New feature
    description: Please describe the new feature proposal and the use case it addresses.
  validations:
    required: false
- type: textarea
  attributes:
    label: Anything else?
    description: |
      Links? References? Anything that will give us more context about the issue you are encountering!

      Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
  validations:
    required: false
