name: Bug report
description: Report an issue with detailed information
title: "[Bug]: "
labels: ["bug"]
body:
  - type: textarea
    id: error-description
    attributes:
      label: Description of your error
      description: Please describe what went wrong and what you expected instead.
      placeholder: |
        ### Error/current behavior 

        ### Expected behavior
        
    validations:
      required: true

  - type: textarea
    id: example-code
    attributes:
      label: Example code
      description: Please provide a minimal reproducible example (e.g. SVG markup).
      placeholder: |
        svg markup or path data string 
      render: shell
    validations:
      required: false