name: Ask a question
description: Ask a question about the current behavior
title: "[QUESTION]: <title>"
labels: [question]
body:
- type: checkboxes
  attributes:
    label: Is there an existing issue for this?
    description: Please search to see if someone has already asked your question.
    options:
    - label: I have searched the existing issues
      required: true
- type: checkboxes
  attributes:
    label: Have you read the documentation?
    description: Please ensure that the question you are asking is not already addressed in the [documentation](https://docs.koinos.io/).
    options:
    - label: I have read the documentation
      required: true
- type: textarea
  attributes:
    label: Ask a question
    description: Please ask your question.
  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
