summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/question.yaml
blob: d27a1afd044998fce1d1ce73857b22642284c8be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: Question
description: Ask a question
labels: ["question"]

body:
  - type: markdown
    attributes:
      value: |
        Before opening an issue with a question:
        - please read the [FAQ](https://weechat.org/doc/weechat/faq) and [documentation](https://weechat.org/doc/weechat/)
        - please ask on #weechat channel (on server irc.libera.chat).

  - type: textarea
    id: question
    attributes:
      label: Question
      description: Your question.
    validations:
      required: true