name: Problem Report
description: Report a problem.
title: "Problem - "
labels: [bug]
assignees: mochman

body:
  - type: markdown
    attributes:
      value: This form is for reporting problems.

  - type: checkboxes
    id: terms
    attributes:
      label: Terms
      options:
        - label: This request is not a duplicate of an existing issue.
          required: true
        - label: I have provided as much information as I can to help resolve this issue.
          required: true

  - type: textarea
    id: description
    attributes:
      label: Description
      value: |
        #### Describe the problem.
    validations:
      required: true

  - type: textarea
    id: steps-reproduce
    attributes:
      label: steps-to-reproduce
      description: |
        Please provide reproduction steps as detailed as possible
      value: |
        1. Go to '...'
        2. Click on '....'
        3. Run '....'
    validations:
      required: true
      
  - type: textarea
    id: actual-behavior
    attributes:
      label: Actual Behavior
      placeholder: What actually happens?
    validations:
      required: true

  - type: textarea
    id: script-version
    attributes:
      label: Version
      description: What version of node-red-contrib-light-transition are you using?
    validations:
      required: true

  - type: textarea
    id: node-setup
    attributes:
      label: JSON of node setup
      description: If you want to paste your setup to help with troubleshooting, do so here.
      render: shell
