name: Question
description: Anything you don't understand.
title: "[Question] "
labels: [ "question" ]
body:
  - type: checkboxes
    id: checks
    attributes:
      label: Checks
      description: |
        Please check that you have done the following things before submitting an issue.
      options:
        - label: I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/Discord-MC-Chat/issues?q=) before reporting to avoid duplicate reporting.
          required: true
        - label: I confirm that I noted that if I don't follow the instructions, the issue may be closed directly.
          required: true
  - type: textarea
    id: description
    attributes:
      label: Description
      description: |
        Please tell us what the question is with a clear and detailed description, add screenshots to help explain if possible.
    validations:
      required: true
