summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/question.yaml
blob: 0d8ef50480e0a4dd915f40a13db38e8bc7a5225e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Question
description: "Ask a question (please read the FAQ and docs first and ask in #weechat)."
labels: ["question"]

body:
  - type: textarea
    id: question
    attributes:
      label: Question
      description: A clear and concise question.
      placeholder: How do I…
    validations:
      required: true

  - type: input
    id: weechat-version
    attributes:
      label: WeeChat version
      description: "Use `weechat --version`"
      placeholder: 4.1.1
    validations:
      required: true

  - type: input
    id: os-version
    attributes:
      label: "What OS and what version of it you run:"
      description: Unsure? Go to https://whatsmyos.com/
      placeholder: Debian 11
    validations:
      required: true