---
name: Request a functionality
description: Suggest a functionality that is missing or improve over an existing functionality.
title: '[FUNCTIONALITY REQUEST]: request name'
labels: Functionality Request
body:
  - type: markdown
    attributes:
      value: "## Before you continue, please search our open/closed issues to see if a similar issue has been addressed."

  - type: checkboxes
    id: searched
    attributes:
      label: I have searched through the issues and didn't find my problem.
      options:
        - label: Confirm
          required: true

  - type: textarea
    id: about
    attributes:
      label: About this feature
      description: Briefly describe why you think this functionality belongs on this project.
    validations:
      required: true

  - type: textarea
    id: links
    attributes:
      label: Links and sources
      description: If possible provide links to any example of this functionality working, anything that shows what the technology is about.
    validations:
      required: false

  - type: textarea
    id: extrainformation
    attributes:
      label: Additional information
      description: |
        Is there anything else we should know about this functionality? does it require any third-party scripts or plugins?
        You can also mention here if this could potentially be "good first issue".

