mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
26 lines
808 B
YAML
26 lines
808 B
YAML
# SPDX-FileCopyrightText: 2023-2026 Sébastien Helleu <flashcode@flashtux.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
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).
|
|
|
|
**IMPORTANT**: please do not report any security issue here, see [CONTRIBUTING.md](https://github.com/weechat/weechat/blob/main/CONTRIBUTING.md#security-reports).
|
|
|
|
- type: textarea
|
|
id: question
|
|
attributes:
|
|
label: Question
|
|
description: Your question.
|
|
validations:
|
|
required: true
|