mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
22 lines
681 B
YAML
22 lines
681 B
YAML
# SPDX-FileCopyrightText: 2023-2026 Sébastien Helleu <flashcode@flashtux.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
name: Feature request
|
|
description: Request a new feature / enhancement
|
|
labels: ["feature"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before submitting a feature request, please check that it has not already been reported by searching in [open and closed feature requests](https://github.com/weechat/weechat/issues?q=is%3Aissue+label%3Afeature).
|
|
|
|
- type: textarea
|
|
id: feature
|
|
attributes:
|
|
label: Feature description
|
|
description: A description of the feature you would like.
|
|
validations:
|
|
required: true
|