mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
20 lines
510 B
YAML
20 lines
510 B
YAML
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
|