name: ❓ Question
description: Ask a question about the project
title: "❓[Question]: "
labels: ["question"]
assignees:
  - ludvigpbf
body:
  - type: dropdown
    id: type
    attributes:
      label: "Type"
      description: "Issue type"
      options:
        - "Feature"
        - "Bug"
        - "Refactor"
        - "Documentation"
        - "Question"
      default: 4
    validations:
      required: true
  - type: dropdown
    id: status
    attributes:
      label: "Status"
      description: "Select the current status of this issue"
      options:
        - "Pending - Question status"
        - "Reviewed - Question status"
        - "Answered - Question status"
      default: 0
    validations:
      required: true
  - type: textarea
    id: question
    attributes:
      label: "Your Question"
      description: "Describe your question in detail."
      placeholder: "Write your question here..."
    validations:
      required: true
  - type: textarea
    id: context
    attributes:
      label: "Additional Context"
      description: "Provide any relevant information, links, or examples."
      placeholder: "Any additional context..."
  - type: dropdown
    id: priority
    attributes:
      label: "Priority"
      description: "How urgent is this question?"
      options:
        - "Low"
        - "Medium"
        - "High"
        - "Urgent"
      default: 0
    validations:
      required: true
